Replies: 15 comments 2 replies
-
I have tried to train only using vid,but when I test ,I found the tracker cann't track the object at all。I don't know why。 I think it probably something wrong in my traning data。 But I generate traning data as the code completely。 |
Beta Was this translation helpful? Give feedback.
-
I have trained only using vid, the result is 0.26, the difference is too large. |
Beta Was this translation helpful? Give feedback.
-
I have trained using vid and ytbb. The auc on otb100 is 0.54。 I also trained only using vid。 but i havn't test it。 |
Beta Was this translation helpful? Give feedback.
-
How did you download the ytbb datasets?It is too big and need to google. |
Beta Was this translation helpful? Give feedback.
-
Since it has more number of iterations when using 4 training sets compared to 1 or 2 of the datasets, perhaps training the tracker for more iterations might help? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@NineBall9 I have trained using vid coco and GOT-10k, the eao in VOT 2016 is 0.383, but eao in VOT2018 is only 0.28-0.30, the eao in VOT2019 is only only 0.245, the backbone i used is ### alexnet### |
Beta Was this translation helpful? Give feedback.
-
@zhanght021 researchmm/SiamDW#20 (comment) |
Beta Was this translation helpful? Give feedback.
-
I trained SiamRPN++(resnet-50) for 20 epochs, using COCO、VID、DET, and only got EAO 0.31 for VOT2018 and 0.25 for VOT2019 . The best checkpoint comes checkpoint_10.pth, and the 10-20 Epochs training for ResNet&SiamRPN++ doesn't work. |
Beta Was this translation helpful? Give feedback.
-
@Ling-wei So four datasets and enough iterations are necessary? |
Beta Was this translation helpful? Give feedback.
-
get the same result with you, it seems youtube-bb dataset is necessarily needed. @Ling-wei |
Beta Was this translation helpful? Give feedback.
-
@xi-mao ,how long it costs to train with data only VID, backbone resnet50, epoch 20 and 8 gpus? |
Beta Was this translation helpful? Give feedback.
-
@NineBall9 Traning SiamRPN with vid toke me one and half days using two GPUs |
Beta Was this translation helpful? Give feedback.
-
Has anyone tried to use all 4 datasets to reproduce the results? |
Beta Was this translation helpful? Give feedback.
-
Training with only VID won't work. You need at least VID + COCO to get reasonable results. Using the same hyper-parameters with models at different epochs, the best EAO on VOT2018 is 0.317. |
Beta Was this translation helpful? Give feedback.
-
Has anyone tried to train with only one of the dataset (e.g. only VID) and evaluate the model?
It is much appreciated if anyone who did such experiment can share the result.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions