Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 659 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 659 Bytes

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'