We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e = ExperimentVOT(root_dir,version=2018,experiments='unsupervised')
File "G:\practice\TripleFC\tools\test.py", line 37, in e.report([tracker.name])
File "E:\anaconda\1\envs\siamfc\lib\site-packages\got10k\experiments\vot.py", line 361, in report ious[seq_name][:len(seq_ious), :] = seq_ious
ValueError: could not broadcast input array from shape (0) into shape (0,325)
The text was updated successfully, but these errors were encountered:
I have the same problem. Have u solved the puzzle?
Sorry, something went wrong.
No branches or pull requests
e = ExperimentVOT(root_dir,version=2018,experiments='unsupervised')
File "G:\practice\TripleFC\tools\test.py", line 37, in
e.report([tracker.name])
File "E:\anaconda\1\envs\siamfc\lib\site-packages\got10k\experiments\vot.py", line 361, in report
ious[seq_name][:len(seq_ious), :] = seq_ious
ValueError: could not broadcast input array from shape (0) into shape (0,325)
The text was updated successfully, but these errors were encountered: