martin-danelljan / ECO

Matlab implementation of the ECO tracker.
GNU General Public License v3.0
614 stars 252 forks source link

About Multi-tracking Problem #34

Closed HoracceFeng closed 5 years ago

HoracceFeng commented 6 years ago

HI @martin-danelljan ,

Thanks for your impressive work! I just successfully run the demo_ECO_HC in matlab 2014b and it seems perfect. However, I notice that it only tracks one person, so I am curious about the performance in multi-tracking task.

Also, I am interested in using this tracker in other sequences. I am not sure but it seems that your demo is just read the frame and bbox-info in 'sequence' file? So how can I try it by using my own sequences? Quite confuse when I find out the 'tracker.m' but cannot figure out ways to import sequences... I am a newbie in using Matlab ...

Thx!

martin-danelljan commented 6 years ago

Hi. You could extend it to multiple targets by running several trackers at once. When it comes to other sequences, you should integrate this yourself. You see how it can be done with the example sequence that is included.