martin-danelljan / ECO

Matlab implementation of the ECO tracker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to train ECO model?

wduo opened this issue · comments

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

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.

Thank you very much!