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

grace: 3 in vot2020.yaml #64

Closed xjtuwh closed 1 year ago

xjtuwh commented 1 year ago

vot/stack/vot2020.yaml
realtime: type: multistart realtime: grace: 3 Hello, can you tell me what the grace: 3 mean?

xjtuwh commented 1 year ago

@lukacu @alanlukezic

lukacu commented 1 year ago

If I remember correctly grace parameter is used in real-time tracking to tell the toolkit how many frames can "misbehave" after the initialization. This was introduced to give slow warmup tracker a chance to perform a bit better, but it is not needed if the tracker is written correctly.