votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
155 stars 43 forks source link

Error when I run evaluation on the default python tracker #18

Closed Abdelpakey closed 1 year ago

Abdelpakey commented 4 years ago

Hi Luca,

I'm using vot-toolkit-python and I have the latest commitments from the dev branch. When I run evaluation on the default python tracker:

   vot evaluate  --workspace '/home/user/Desktop/vot2020/vot-workspace'  NCCPython

It gives me this error

raise AttributeError("Missing arguments: {}".format(", ".join(unspecified))) AttributeError: Missing arguments: low, high

Any help would be appreciated!

lukacu commented 4 years ago

Experiment stacks should be fixed now in dev branch, this looks like an issue related to that.