got-10k / toolkit

Official Python toolkit for generic object tracking benchmark GOT-10k and beyond

Home Page:http://got-10k.aitestunion.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOT2018 TEST

aaahuia opened this issue · comments

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?