votchallenge / toolkit

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

Meet an error using vot evaluate #103

Closed tdd233 closed 1 year ago

tdd233 commented 1 year ago

Hi, I tried to use vot2022 to test my own tracker but some errors occurred. When I runed "vot test" to check the error, I found it seems that the toolkit can't identify my tracker(vipt_deep). Here is my trackers.ini file: [vipt_deep] # label = vipt_deep protocol = traxpython command = vipt_baseline

Specify a path to trax python wrapper if it is not visible (separate by ; if using multiple paths)

paths = /media/image/tdh/ViPT-main/lib/test/vot/

And here is the error: image Could you please help me solve the problem? Thanks a lot!!!

lukacu commented 1 year ago

There seem to be two issues here, the first one is related to the fact that you need trax package installed (vot-trax on pypi) in the environment of the tracker.

The second issue seems to be related to lack of testing on single-object sequences at the moment. I have pushed some changes to the toolkit main branch, but you will have to install a version from Github directly.

tdd233 commented 1 year ago

Thanks for your reply. I checked my environment and found "vot-trax 4.0.1", which seems that I have installed the trax package. Then I install the new toolkit version and run the program again, there is another error. I put the log as below: image I have tried a lot of ways but still can't solve the problem. Thanks for your help.

lukacu commented 1 year ago

It looks like you are using an old version of vot.py from the integration repository. Please update it.

tdd233 commented 1 year ago

Sorry to bother you again. I already update my vot.py to 2023 version. But there is another error occurred "Evaluation interrupted by tracker error: ('Experiment interrupted', TrackerException(TraxException('Server terminated the session')))". The log file shows as below: image

lukacu commented 1 year ago

Please do not post screenshots, it is hard to see the entire log this way. Past formatted output as text. It looks like you are trying to run on of the old challenges with the new toolkit. With the lack of resources, we have now focused primarily on VOTS2023 and will get back to older challenges after the challenge is over. You may want to perhaps use an older versions of the toolkit (0.5.x) for now.

lukacu commented 1 year ago

Closing as no feedback was given.