Siamese-RPN-pytorch icon indicating copy to clipboard operation
Siamese-RPN-pytorch copied to clipboard

VID is not good?

Open Yanxudong23 opened this issue 6 years ago • 5 comments

Thank you for your implement version for SiameseRPN, I recently recurrent Siam-RPN with zkisthebest's work, I used VID dataset to train, but the results are so bad, and I just now used your version with pretrained model on VID to test OTB, results also bad, I wonder why training with VID can't get good results even though VID is also a large dataset

Yanxudong23 avatar Nov 26 '18 08:11 Yanxudong23

@Yanxudong23 Thanks for your reply. You can try to filter out some large object images. This is a serious problem we concerned about. We are now training it on Youtube bb, if we have any further progress, we will update this work.

songdejia avatar Nov 28 '18 13:11 songdejia

Thanks for your reply. I see you have some snapshots such as test.git which has a good result, I want to know if the results comes from tracking with the pretrained model with VID or with the model trained by VID and Youtube bb.

Yanxudong23 avatar Nov 28 '18 13:11 Yanxudong23

We train the model on a part of Youtube_bb, VID and other datasets, and selected a better result on vot2013, although many results are not good enough. Today I met wang, a post-doctor in Department of Engineering Science, Oxford, "siamese-FC" is from this group. He says, when it is traning, we must filter out large objects and only VID is Absolutely not enough.

songdejia avatar Nov 28 '18 13:11 songdejia

Thank you~, look forward to your good news~.

Yanxudong23 avatar Nov 28 '18 14:11 Yanxudong23

@songdejia How to define large object in your code? Is that the ratio of the groundtruth to the image is greater than a certain threshold? Then how much the ratio is?

zzpustc avatar Dec 07 '18 14:12 zzpustc