For using the opencv dnn-based object detection modules provided in this repository with GPU, you may have to compile a CUDA enabled version of OpenCV from source.
git clone https://github.com/adipandas/multi-object-tracker cd multi-object-tracker pip install -r requirements.txt pip install -e . For using the opencv dnn-based ...