Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real_Time_Deep_SORT_using_Torchvision_Detectors #919

Open
Hemilibeatriz opened this issue Jun 4, 2024 · 4 comments
Open

Real_Time_Deep_SORT_using_Torchvision_Detectors #919

Hemilibeatriz opened this issue Jun 4, 2024 · 4 comments

Comments

@Hemilibeatriz
Copy link

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

@brmarkus
Copy link

brmarkus commented Jun 4, 2024

Are you sure your notebook uses inline so that rendering and displaying happens within the notebook's context?
The mentioned repo seems to be a standalone application running in a shell on a machine with a display attached - using QT as the backend...

Do you need to use the show command line argument, or would it be sufficient to write the results into a video file?

@danieletukudo
Copy link

danieletukudo commented Jun 25, 2024

I can help on this

mind me helping privately ?

@aniket-kes
Copy link

I have a different problem, the code is running fine but the output is not getting stored in the output directory, although i can see the output during the runtime but completing all the iterations window of output gets closed and after that i can't see the written output file.

@danieletukudo
Copy link

danieletukudo commented Oct 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants