Skip to content

robocup-eic/robocup2022-cv-object-tracker

 
 

Repository files navigation

robocup2022-cv-object-tracker

Yolov5 + StrongSORT with OSNet

Installation

  1. Clone this project
  2. Download all files from LINK TO DRIVE
  3. Copy and paste any files from .zip to root folder
  4. Create conda environment
$ conda env create -f environment.yml
  • Or Install requirements.txt
$ pip install -r requirements.txt

Weight

You can change weight.pt by put a new weight in weight folder and change a parameter in object_tracker.py

  • YOLO_WEIGHTS_PATH = WEIGHTS / 'custom-weight.pt'
  • STRONG_SORT_WEIGHTS = WEIGHTS / 'custom-strong_sort-weight'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%