visionml / pytracking

Visual tracking library based on PyTorch.
GNU General Public License v3.0
3.19k stars 603 forks source link

tomp #385

Closed ChuangGe66 closed 1 year ago

ChuangGe66 commented 1 year ago

Hello, your team's work is excellent. Here I would like to ask one question. After tomp training, there are 300 weights, which weight should I use for testing. Looking forward to your team's reply.

2006pmach commented 1 year ago

You can use the most recent (300) or the one that achieves the smallest validation loss. I usually just use the most recent.

ChuangGe66 commented 1 year ago

I'm so excited you took the time to answer me