Siamese-RPN icon indicating copy to clipboard operation
Siamese-RPN copied to clipboard

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.

Results 20 Siamese-RPN issues
Sort by recently updated
recently updated
newest added

I have this problem: /home/rlc/anaconda3/envs/H_R-Siamese-RPN/bin/python /home/rlc/H_R-Siamese-RPN/bin/test_OTB.py -ms /home/rlc/H_R-Siamese-RPN/imagenet_pretrain/siamrpn_38.pth -v tb100 0%| | 0/3 [00:00

If I have already download the ytb_vid_filter.tar.gz, should I run the create_dataset_ytbid.py next?

How to get tb_50.txt, tb_100.txt and cvpr13.txt?

Where can I find the result of running the algorithm, which is TXT file

I train the code only on VID dataset for 50 epoches and I don't modify the code. But the OTB AUC result is only about 0.28. And you said in...

when i run test_otb.py, the above error happens, how to solve it? thanks a lot !!

![2019-11-16 01-19-41屏幕截图](https://user-images.githubusercontent.com/40851549/68989199-f28c4780-0810-11ea-87aa-303f0963ab4f.png)

Thanks for your work at first. I download your code and just change "data_path" in file "test_OTB100" to my folder of OTB100 sequences , and use the model "siamrpn_38"that you...