You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use trax to evaluate the performance of tracking algorithm.
And I find in CppMT's 'CMakeLists.txt' file, there are something about TraX.
But I don't know which version the code uses.
Yes, unfortunately CppMT still uses the VOT2014 version of trax. Compared to VOT2015, the trax communication protocol remained the same, but the trax interface got simplified. This means there are two options for running CppMT on VOT2015.
a) You compile the trax version of CppMT for VOT2014 using the vot2014-final release from here: https://github.com/votchallenge/vot-toolkit/releases . The compiled version then should still work without problems on VOT2015.
b) Someone updates the trax version of CppMT for VOT2015, which should not be very hard to do.
Unfortunately I am currently very busy with finishing my PhD and looking for a new job so I cannot guarantee that I will find the time soon for doing b)
Hi, I'm trying to use trax to evaluate the performance of tracking algorithm.
And I find in CppMT's 'CMakeLists.txt' file, there are something about TraX.
But I don't know which version the code uses.
I tried this version, but failed.
https://github.com/votchallenge/trax
The text was updated successfully, but these errors were encountered: