levan92 / deep_sort_realtime

A really more real-time adaptation of deep sort
MIT License
167 stars 51 forks source link

cv2.imshow broken when using tracker #39

Closed superfast852 closed 1 year ago

superfast852 commented 1 year ago

Hello. When i use the realtime deepsort tracker, the program freezes when trying to run cv2.imshow. If i remove the function, the code runs fine. Any help?

levan92 commented 1 year ago

That seems to be a opencv (cv2) issue, you might want to google around for the issue. In general, maybe check that you have a gui to display your imshow and that you're running your imshow correctly with other supporting functions like cv2.waitKey