learnopencv icon indicating copy to clipboard operation
learnopencv copied to clipboard

Real_Time_Deep_SORT_using_Torchvision_Detectors

Open Hemilibeatriz opened this issue 1 month ago • 2 comments

Thank you so much for the amazing tools!

I am trying to run the repository https://github.com/spmallick/learnopencv/tree/master/Real_Time_Deep_SORT_using_Torchvision_Detectors with the help of the page https://learnopencv.com/real-time-deep-sort-with-torchvision-detectors/ by Google Colab. I needed to change the version of the libraries torch==2.3.0+cu118 torchvision==0.18.0+cu118 torchaudio==2.3.0+cu118 to be able to run without problems. However, when I run !python deep_sort_tracking.py --input ./input_video.mp4 --show I am receiving the error below, what could it be? Any ideas or help I would greatly appreciate!

image

Hemilibeatriz avatar Jun 04 '24 13:06 Hemilibeatriz