jwlim / tracker_benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pami15: init_rect is wrong in TRE mode

jvlmdr opened this issue · comments

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 = ...