Closed superfast852 closed 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
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?