- This repo implement a simple MOT on football dataset (roboflow)
- Using raw code from ByteTrack repo for educational purpose
notebook
: contains my progress of training and tracking codedemo.py
: python file to run in cmdtracker
: raw ByteTrack code you can get from ByteTrack repo
pip install -r requirements.txt
python demo.py
- I doing this repo in my WSL (Ubuntu), setting up is quite complicated, I suggest this tutorial