votchallenge / toolkit

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

tool-kit version 0.6.3 install issue #99

Closed JornyWan closed 1 year ago

JornyWan commented 1 year ago

Hi, I have used pip install vot-tool kit ( --upgrade as well) but i can just have the version of 0.6.2 of vot-toolkit but not 0.6.3

Also, I want to evaluate your official ncc_multiobject_mask tracker with the stack "tests/multiobject", i use vot evaluate --workspace 'path/to/workspace/' tracker-name, but i received the following error:

can you help me fix that?

image
alanlukezic commented 1 year ago

Hi, I have just run the same tracker on the same dataset without any issues using the toolkit version 0.6.3. What is the reason for not upgrading the toolkit to the latest version? Have you tried removing all files and folders from the workspace directory and initializing it again?

lukacu commented 1 year ago

We are working on automating release publishing to PyPi. While releases are still manual, there can be some delays, it is best to always check Github as well and install from the repository if possible.

JornyWan commented 1 year ago

hi, i have installed 0.6.3, but when i do vot evaluate:

i meet a error with 'cache' argument

image

lukacu commented 1 year ago

These issue should be fixed now, version 0.6.4 is available on pypi.

lukacu commented 1 year ago

Please close the issue if the error is now gone.