Closed barnoy1 closed 9 months ago
Hi, you solved this or not? Btw, are you evaluated on VOT2020 or VOTS2023
Yes, the current main branch has some problems with old challenges that we are trying to address, but time is limited. It is best to try using 0.5.X and trax 3.X . Or wait for August when we will finally have time to fix this issue.
Great, 0.5.x is useful for evaluate vot2020。
Ok I used vot2023 and the error not reproduced. I mean that the missing attribute error is gone.
I'm new to VOT so please forgive me for asking, but what do you mean 0.5.X and 3.X trax?
I have encountered some issues installing trax. Can you please tell me how to install trax 3.x ? I've just tried to complie it from source via cmake
Both can be installed from pypi by pinning the version of the package. No need to explicitly build anything, just browse the version list and select the most recent one that suits the requirement that I wrote.
I have now gone through previous challenges and datasets and fixed all errors that I have encountered. Please test version 0.6.5 if the errors are gone.
vot fails when trying to evaluate the integration python tracker provided in the intergration repo.
upon evaluation using the following command line:
vot generates an error implying the tracker is not valid (name attribute missing):
below are the system requirements and detailed steps to reproduce. Thank you in advance.
system info:
Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Kernel: 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
steps to reproduce:
1. bring up
install latest vot-toolkit into project venv
2. create workspace
creating new workspace named tracker_ws, and create workspace with basic sequences
3. integration
integrate vot with default tracker as described in support page
3.1 download integration code into target project
3.2 configure tracker_ws/trackers.ini file to the default python tracker
4. sanity check
testing if tracker is identified.
running vot test inside the workspace reveal that the tracker is present:
5. evaluate tracker: FAILED
At this point I tried to run evaluate on this tracker:
and got the following error