out.mp4
- Make an python env using the following command:
python3 -m venv ./venv
- Install the dependencies using the following command:
pip install -r requirements.txt
- Download the following checkpoint which is for DeepSORT. The ckpt for YOLONAS will be downloaded automatically in the first run `
Thanks for this repo for DeepSORT algorithm and some utility functions https://github.com/ModelBunker/Deep-SORT-PyTorch