When I set norm_dst=true, ranking_type='AUC', it can generate Norm.Prec plots and Succ. plots, which are the same as the plots of your paper.
But Prec. plots is different, when I set norm_dst=false, ranking_type='threshold'.
The score of SiamRCNN is 0.528 in your paper, but I got 0.561.
However, I found that the score of Ours is the same as that reported in your paper.
When I set
norm_dst=true, ranking_type='AUC'
, it can generate Norm.Prec plots and Succ. plots, which are the same as the plots of your paper. But Prec. plots is different, when I setnorm_dst=false, ranking_type='threshold'
. The score of SiamRCNN is 0.528 in your paper, but I got 0.561. However, I found that the score ofOurs
is the same as that reported in your paper.