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

Vot 2024 evaluate problem #124

Closed Cevikalp closed 5 days ago

Cevikalp commented 2 weeks ago

We keep getting the following error. Any solution for this? Evaluation interrupted by tracker error: ('Experiment interrupted', TrackerException('Tracker interrupted, it did not reply in 30 seconds'))

lukacu commented 2 weeks ago

This is a common error for trackers with slow reply times (it may also be just for the first frame). You can increase the timeout parameters in the tracker config file to a larger number (the default is 30 seconds).

lukacu commented 5 days ago

If you manged to solve the problem, please close the issue.

Cevikalp commented 5 days ago

it is solved, thank you.