huanglianghua/siamfc-pytorch

Questions about test accuracy

Opened this issue · 7 comments

I used your code to train with VID data set, and then tested the trained model. I found that the test results on OTB50 and VOT2018 were quite different from the results you gave, my test results:
OTB:SR:0.517, pr:0.698
VOT2018:
"speed_fps": 74.3267303229599,
"robustness": 60.76630229928382,
"accuracy": 0.4865348029482427

I too tested it on UAV123 and get very different precision and success scores. Any pointers on this?

I too tested it on UAV123 and get very different precision and success scores. Any pointers on this?
Did you train the model on got-10k datasets? i found that the results with my own training model on TC128 and OTB2015 are worse than the results provided by authors?

Hi @SaintLogos1234 and @sansanfree
I was wondering if you figure out the issue. I am still struggling and would have to stop using this toolkit if the results don't match. Looking forward to hear from you guys.

I too tested it on UAV123 and get very different precision and success scores. Any pointers on this?
Did you train the model on got-10k datasets? i found that the results with my own training model on TC128 and OTB2015 are worse than the results provided by authors?
I had trained on ISLRVC-VID dataset as has also been used by the author.

The code have been updated with some modifications that make the performance more stable (when training on GOT-10k, AUC on OTB-15 is stable at around 0.57~0.60).

How can I do the AUC test? There is no evaluation code in this repository.

I too tested it on UAV123 and get very different precision and success scores. But the results on OTB2015 is similar to yours. i dont know why