8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
when running MOT_cross_validation.m, I had one problem. This error is: Index exceeds matrix dimensions.
Error in CLEAR_MOT_HUN (line 45) [~, ~, ic] = unique(gtMat(:,2));
Error in evaluateTracking (line 147) [mets, mInf]=CLEAR_MOT_HUN(gtInfoSingle(seqCnt).gtInfo,stI);
Error in MDP_test (line 179) metrics = evaluateTracking({seq_name}, opt.results, benchmark_dir);
Error in MOT_cross_validation (line 57) MDP_test(idx_test{j}, seq_set_test, tracker);
Please help me. Thank you very much!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when running MOT_cross_validation.m, I had one problem.
This error is:
Index exceeds matrix dimensions.
Error in CLEAR_MOT_HUN (line 45)
[~, ~, ic] = unique(gtMat(:,2));
Error in evaluateTracking (line 147)
[mets, mInf]=CLEAR_MOT_HUN(gtInfoSingle(seqCnt).gtInfo,stI);
Error in MDP_test (line 179)
metrics = evaluateTracking({seq_name}, opt.results, benchmark_dir);
Error in MOT_cross_validation (line 57)
MDP_test(idx_test{j}, seq_set_test, tracker);
Please help me. Thank you very much!
The text was updated successfully, but these errors were encountered: