jwlim / tracker_benchmark

265 stars 127 forks source link

pami15: init_rect is wrong in TRE mode #14

Open jvlmdr opened 6 years ago

jvlmdr commented 6 years ago

In matlab/RunTrackers.m, the init_rect is the same for all sub-sequences in TRE mode.

Perhaps this could be fixed by adding

test_cfgs(i).init_rect = seq.gt_rect(test_cfgs(i).img_start, :);

after

test_cfgs(i).img_range_str = ...