rafellerc / Pytorch-SiamFC

Pytorch implementation of "Fully-Convolutional Siamese Networks for Object Tracking"
Other
613 stars 148 forks source link

Question about evaluate tracker in VOT toolkit #9

Closed happyjin closed 5 years ago

happyjin commented 5 years ago

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!

rafellerc commented 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 .