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 unsupervised evaluation failed with IdentityTracker #40

Open yushiangw opened 4 years ago

yushiangw commented 4 years ago

Hi It seems that there is a potential issue in VOT evaluation or I missed something. A unsupervised VOT evaluation will require results from experiments='supervised' could I only run unsupervised evaluation?

ValueError                                Traceback (most recent call last)
<ipython-input-14-d8517b2a4749> in <module>
      2 experiment = ExperimentVOT(root_dir=VOT_DIR, experiments='unsupervised', version=2018)
      3 experiment.run(tracker, visualize=False)
----> 4 experiment.report([tracker.name])

~/.local/lib/python3.6/site-packages/got10k/experiments/vot.py in report(self, tracker_names)

ValueError: could not broadcast input array from shape (0) into shape (0,325)
aaahuia commented 3 years ago

HI!I also encountered the same problem, have you solved it?

e = ExperimentVOT(root_dir,version=2018,experiments='unsupervised') ValueError: could not broadcast input array from shape (0) into shape (0,325)