martin-danelljan / ECO

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

Can I use live video stream to track? #32

Closed wastacat closed 4 years ago

wastacat commented 6 years ago

Hi Martin,

I use testing_ECO_HC.m to test my datasets , but I want combine with detectors to do real-time object detection & tracking . Can you give me some suggestions ?

Thanks in advance

martin-danelljan commented 6 years ago

Hi. The current version must be restructured a bit to allow this. The best way is probably to make the code object oriented, having a tracker class that includes the state. Then have a "track" and "update" interface for this class.

We will probably release a version that can also do live streaming. But this is likely due after summer unfortunately.

alexanderfrey commented 5 years ago

Do you have an update whether you proceeded implementing support for live video stream ?

martin-danelljan commented 4 years ago

Hi. Yes, there is in our new pytorch-based framework pytracking.