HelloRicky123 / Siamese-RPN

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

About instance_size #49

Open chengxianda54321 opened 5 years ago

chengxianda54321 commented 5 years ago

In config,py, the instance_size=271 but the size in the paper equals to 255.

HelloRicky123 commented 5 years ago

Just like the paper, this code use 255 to train and 271 to test.