-
我是个初学者,想请教下为什么section3.1中第一个模拟实验(shift等于0)时存在很大的center bias?shfit是什么?能解释下对一张图像shift意味着什么吗?
-
Hi, Zhipeng, good job! Thanks for your kind release of this code. When I test the siamRPN with pre-trained model, however, I find the results is always lost even at the beginning. I wonder if you rele…
-
First, thank you for open sourcing such a great repo.
While understanding the code, I found it's a little bit tricky to understand various penalties used in selecting the output bbox from tracker. …
-
how to train train_siamRPN ?
just change MODEL:"SiamRPNRes22" in yaml ?
I think it need rpn loss function .
-
Hi, I'm wondering why it is named "SiamRPN", where I think it's more like "SiamSSD" since it is single staged. Just curious.
-
terminal:
python tools/demo.py --config experiments/siamrpn_mobilev2_l234_dwxcorr/config.yaml --snapshot experiments/siamrpn_mobilev2_l234_dwxcorr/model.pth --video demo/bag.avi
error:
RuntimeEr…
-
I evaluated the official checkpoint `siamrpn_r50_l234_dwxcorr` on VOT2018, I found that if i drop out bounding box smoothness , it only got about 0.36 EAO (fast away from 0.41 using smoothness). I…
kshgz updated
5 years ago
-
I want to train pysot based on mobilenetV2.
The siamrpn_mobilev2_l234_dwxcorr model that downloaded in ModelZoo was 44.9MB in Ubuntu16 system.
But when I train a new model using config in "experimen…
-
Hi,Qiang
Thks for your contribution!
I trained and tested the SiamRPN++ network you implemented and studied the code. Some questions now:
1. The output model structure (**only layer3 i…
-
1. I use demo.py to test siamrpn_alex_dwxcorr model。After setting config and model with [https://drive.google.com/drive/folders/1t62x56Jl7baUzPTo0QrC4jJnwvPZm-2m](url) 。 the code has error like thi…