songdejia / Siamese-RPN-pytorch

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

test fps is only about 10 #22

Open dengsutao opened 5 years ago

dengsutao commented 5 years ago

We run test_siamrpn.py on DTB70,uav123 datasets, and the result shows fps is only about 10,but in paper it said 'The Siamese-RPN runs at 160 FPS while achieving leading performance in VOT2015, VOT2016 and VOT2017 real-time challenges.' Is there anything wrong ?

qchenclaire commented 5 years ago

We run test_siamrpn.py on DTB70,uav123 datasets, and the result shows fps is only about 10,but in paper it said 'The Siamese-RPN runs at 160 FPS while achieving leading performance in VOT2015, VOT2016 and VOT2017 real-time challenges.' Is there anything wrong ?

Did you run the original test_siamrpn.py without editting? I don't know what the original code is doing. It still requires groundtruth of other frames to crop the search region