-
Notifications
You must be signed in to change notification settings - Fork 39
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
Proplems in tracking the MOT-16 #6
Comments
I had the same problem. How did you solve it? |
I had the same problem and was able to find the reason in my case. The vector containing the detections was not filled correctly. I used another yolo implementation to detect them and then tried to fill the ,,DETECTIONS" object the way shown in this project. You should check how your ,,DETECTIONS" object is filled and if it makes sense. |
I had the same problem. I used it without Tensorflow, so the feature vector was initialized with random values (e.g. n.a.n.). This results in a deadlock. |
Dear Sir, when I ran the code, the program often goes into a dead cycle then gets stuck and rushes to collapse. I tracked the code and found the proplem:
The program jumps between steps 3 and 5,and can't stop!can you tell me how to adrress it? thank you !
The text was updated successfully, but these errors were encountered: