martin-danelljan / ECO

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

How to train ECO model? #48

Closed wduo closed 5 years ago

wduo commented 5 years ago

Hello! How do you train the ECO model? Can you tell me some information?

wduo commented 5 years ago

@martin-danelljan

martin-danelljan commented 5 years ago

You don't need to train any model for feature extraction. We use pretrained ones by default. The online training of the tracking model is done within the matlab code when you run the tracker.

wduo commented 5 years ago

Thank you very much!