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

How to compute the robustness in the A-R plot? #35

Closed ShengYun-Peng closed 2 years ago

ShengYun-Peng commented 2 years ago

Hi @lukacu, could you point me to the code on computing the robustness and failures? Is the robustness the reliability metric you mentioned in the 2014 "Is my new tracker really better than yours?" paper?

lukacu commented 2 years ago

The code is available here: https://github.com/votchallenge/toolkit/blob/master/vot/analysis/supervised.py . There are now two measures called robustness, one of the supervised experiment (this is from the 2014 paper) and the new based on periodic restarts on anchor frames (the code for this one is available in the multistart.py).