Open aaahuia opened 3 years ago
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)
I have the same problem. Have u solved the puzzle?
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)