HengLan / LaSOT_Evaluation_Toolkit

[CVPR 2019 & IJCV 2021] LaSOT: A High-quality Benchmark for Large-scale Single Object Tracking
http://vision.cs.stonybrook.edu/~lasot/
Apache License 2.0
110 stars 13 forks source link

When i use the toolkit to evaluate my own tracking result ,this error happens:位置 1 处的索引超出数组边界(不能超出 2787)。 出错 calc_seq_err_robust (line 9) results = results(1:size(rect_anno, 1), :); 出错 eval_tracker (line 32) [err_coverage, err_center] = calc_seq_err_robust(res, anno, absent_anno, norm_dst); 出错 run_tracker_performance_evaluation (line 120) eval_tracker(sequences, trackers, eval_type, name_tracker_all, ... #16

Closed wildwolff closed 2 years ago

wildwolff commented 2 years ago

could you please help me with it?

HengFan2010 commented 2 years ago

Hi

I think this is caused by the unmatching between your tracking result and the GT. Could you check which sequence causes this problem?