HelloRicky123 / Siamese-RPN

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.
MIT License
223 stars 44 forks source link

Question about training #34

Open wuqiyao20160118 opened 5 years ago

wuqiyao20160118 commented 5 years ago

I use your training code with pretrained AlexNet to train SiamRPN, but the performance is pretty bad when only using VID dataset. I use the test code provided by arbitularov. When testing your pretrained model on OTB2015, the success score is 0.577 and the precision score is 0.772. However when using the saved model produced during my training, the performance is worser (success rate is about 0.45 and the precision score is about 0.61). I'm wondering if the huge gap is origined from the lack of Youtube dataset or just the fluctuation of the training.

HelloRicky123 commented 5 years ago

According to my experience, I can get about 0.53 AUC on OTB100 with only vid dataset and 0.63 AUC with vid and youtube-bb. So the gap is not small.

wuqiyao20160118 commented 5 years ago

Thanks for your reply. I have tried to add GOT-10k dataset into training. It seems that the performance improves a little, but it does not perform as well as yours. (Both success score and percision score improves 0.05.) Maybe Youtube dataset is better? Or I should switch some training configuration like learning rate and some other hyperparameters?