songdejia / Siamese-RPN-pytorch

This is a re-implementation of Siamese-RPN with pytorch, which is CVPR2018 spotlight.
MIT License
379 stars 87 forks source link

The pre-trained model may not match with the code #11

Open lianghao12138 opened 5 years ago

lianghao12138 commented 5 years ago

Thank you for your work on this project ! I found some problems when testing the pre-trained model on OTB. The pre-trained model and the 'net.py' file, I think, dno't match with the test code. For example, the 'net.py' file doesn;t have the "temple" method. And due to the lack of bn layers, the "delta" output is pretty big. I tried to convert the input image to double type, but the tracker still cannot find the target. Hoping for your reply !

Tomingz commented 5 years ago

@lianghao12138,hello,how to test the pretrained model on OTB?

zhanqx1024 commented 4 years ago

I have tested it in the VOT2016,I also find the traker cannot find the target