https://github.com/bertinetto/staple
Raw File
Tip revision: 7b6b5b579a7cd25acae6bcabe93f8dfb78040215 authored by Luca Bertinetto on 25 April 2017, 16:35:58 UTC
added cfnet link
Tip revision: 7b6b5b5
runAll_vot14.m
seq={'vot14_ball'
'vot14_basketball'
 'vot14_bicycle'
 'vot14_bolt'
 'vot14_car'
 'vot14_david'
 'vot14_diving'
 'vot14_drunk'
 'vot14_fernando'
 'vot14_fish1'
 'vot14_fish2'
 'vot14_gymnastics'
 'vot14_hand1'
 'vot14_hand2'
'vot14_jogging'
'vot14_motocross'
'vot14_polarbear'
'vot14_skating'
'vot14_sphere'
'vot14_sunshade'
'vot14_surfing'
'vot14_torus'
'vot14_trellis'
'vot14_tunnel'
'vot14_woman'
};

for s=1:numel(seq)
   runTracker(seq{s},1);
end
back to top