HelloRicky123 / Siamese-RPN

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

why not normalize(sample/255)? #9

Closed Stellan19 closed 5 years ago

Stellan19 commented 5 years ago

Thanks for your work. I noticed that images are not normalized before feeding into network in your code, and why?

HelloRicky123 commented 5 years ago

I do it as the test code in dasiamrpn.