ohhhyeahhh / SiamGAT

Code for the paper "Graph Attention Tracking". (CVPR2021)
https://openaccess.thecvf.com/content/CVPR2021/papers/Guo_Graph_Attention_Tracking_CVPR_2021_paper.pdf
139 stars 19 forks source link

test on got10k #8

Closed aaahuia closed 3 years ago

aaahuia commented 3 years ago

I test on got10k with got10k_model.pth, siamgat_googlenet_got10k, and __C.HP_SEARCH.GOT10k = [0.7, 0.02, 0.35] but my result is 60.2 71.7 46.7, not 62.7 74.3 48.8. How do I set the parameters, or what is wrong with me?

twotwo2 commented 3 years ago

The parameters are true, maybe you have some small mistakes.

DXZDXZ commented 3 years ago

@aaahuia I have the same problem. Have you solved it?

aaahuia commented 3 years ago

@aaahuia I have the same problem. Have you solved it?

No

yingxin666 commented 3 years ago

I run the train.py twice on got-10k datasets,but my result is 0.594 0.697 0.453 and 0.592 0.702 0.462

yingxin666 commented 3 years ago

@DXZDXZ @aaahuia @twotwo2 Have you sloved this problem?