Closed happyjin closed 5 years ago
Hi, I'm currently working on the python3 portability of the OTB benchmark https://github.com/rafellerc/tracker_benchmark . Other than that I believe there is a python API for the VOT benchmark https://trax.readthedocs.io/en/latest/api_python.html and here https://github.com/votchallenge/vot-toolkit/blob/07081d6cd02edf209702d90681feaa20138d5d57/tracker/examples/python/python_ncc.py .
Thanks for your awesome project. I want to try to evaluate tracker's results in the VOT and OTB dataset. However, the official toolkit can only accept Matlab file namely '.m' file. Could you please tell me how to evaluate your python tracker in VOT or OTB toolkit which can accept Matlab '.m' tracker? Thanks in advance!