You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, for example, to measure the accuracy, using the following function:
function [accuracy, frames] = estimate_accuracy(trajectory, sequence, varargin)
The trajectory is bounding box of the tracker's result and the sequence is the ground truth right?.
@pribadihcr
The accuracy and robustness (by the VOT definition) are not simply obtained from a single-run trajectory.
You need to re-initialize the tracker at each tracking failure to get the trajectory following the VOT protocol.
Then the accuracy is the overlapping ratio between the trajectory and the ground-truth, and the robustness is the number of failures.
I believe the guideline at the VOT website would be much helpful.
Hi @HyeonseobNam
is there a code for measuring the accuracy and robutsness of the tracker ?. Thanks.
The text was updated successfully, but these errors were encountered: