-
Notifications
You must be signed in to change notification settings - Fork 5
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
something wrong when run TestSimpleTracker.m #1
Comments
Hi Jean, I am having the same issue - it seems the test code no longer works out of the box. I am running Matlab 2020a, perhaps that is the issue? I would really appreciate any help you can give. thank you, |
I modify the code to |
@youxiaobo @katherine-brown, @lipilian is correct. Also, |
Apparently we get this error if we use an old version of the munkres.m code, which outputs the assignment (here "target_indices") as a matrix and not a vector. |
hi Jean,
Very nice algorithm. However, I have a question I hope you can help me with. Because there is no munkres.m file,I download munkres.m from this link munkres-assignment-algorithm .
when I run TestSimpleTracker.m, there is some error message as follows:
then I step into hungarianlinker.m, from this code: [ target_indices total_cost ] = munkres(D);, I get the result "target_indices" which is a matrix. But I didn't understand the code below.
why do you use target_indices(i) rather than target_indices(i,j)?
Is there something wrong with the munkres.m? can you please offer munkres.m for me?
Look forward to your reply!
Regards,
You Bo
The text was updated successfully, but these errors were encountered: