votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
164 stars 46 forks source link

Vot 2024 evaluate problem #124

Closed Cevikalp closed 4 months ago

Cevikalp commented 5 months 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 5 months 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 4 months ago

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

Cevikalp commented 4 months ago

it is solved, thank you.