Detectron2 version of DeepSORT PyTorch
- Clone this repository:
git clone --recurse-submodules https://github.com/sayef/detectron2-deepsort-pytorch.git - Install detectron2:
cd detectron2-deepsort-pytorchandpip install -e detectron2/ - Install
deepsortrequirements:pip install -r requirements.txt - Run the demo:
python demo_detectron2_deepsort.py path/to/example_video.avi
- Try out different detectron2 models: Change the configs in
___init__ofdetectron2_detection.py - Regarding any issues of detectron2, please refer to Detectron2 repository.