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

Proplems in tracking the MOT-16 #6

Open
xdg2016 opened this issue Mar 29, 2019 · 4 comments
Open

Proplems in tracking the MOT-16 #6

xdg2016 opened this issue Mar 29, 2019 · 4 comments

Comments

@xdg2016
Copy link

xdg2016 commented Mar 29, 2019

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:
image
The program jumps between steps 3 and 5,and can't stop!can you tell me how to adrress it? thank you !

@wuyong139
Copy link

I had the same problem. How did you solve it?

@WooXinyi
Copy link

I had the same problem. How did you solve it? @xdg2016 @bitzy

@hakan6710
Copy link

hakan6710 commented Jun 9, 2021

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.

@Kaeseknacker
Copy link

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.
Setting all feature vector values to 0.0 solved my problem.

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

5 participants