Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What version of TraX do CppMT use? #35

Open
mirsking opened this issue Jan 6, 2016 · 2 comments
Open

What version of TraX do CppMT use? #35

mirsking opened this issue Jan 6, 2016 · 2 comments

Comments

@mirsking
Copy link

mirsking commented Jan 6, 2016

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

@gnebehay
Copy link
Owner

gnebehay commented Jan 6, 2016

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)

Hope this helps,
Georg

@mirsking
Copy link
Author

mirsking commented Jan 6, 2016

Thank you very much. Then I will try a) firstly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants