got-10k / toolkit

Official Python toolkit for generic object tracking benchmark GOT-10k and beyond
http://got-10k.aitestunion.com/
MIT License
554 stars 94 forks source link

VOT2018 TEST #50

Open aaahuia opened 3 years ago

aaahuia commented 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)

cvzhang commented 3 years ago

I have the same problem. Have u solved the puzzle?