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

Running a tracker on python 2 #37

Closed MH-B closed 2 years ago

MH-B commented 2 years ago

Hello, I have a tracker written with Python 2. But the vot command uses python3. How can I run the tracker on python2? Can "python2 run_tracker.py" be used as a command in tracker.ini?

lukacu commented 2 years ago

Probably this will not be possible, there have been some changes in package names between Python 2 and 3 so it is unlikely that this would work.