-
从评估的baselines看,pysot是不是只提供了SiamRPN++和SiamMask加上几种backbone的模型,其他三种DaSiamRPN、SiamRPN、SiamFC没有提供,没找到可下载的链接。
-
Traceback (most recent call last):
File "bin/train_siamrpn.py", line 14, in
Fire(train)
File "/home/yangli/anaconda3/envs/mm/lib/python3.5/site-packages/fire/core.py", line 138, in Fire
…
-
I trained siamrpn_alex_dwxcorr_16gpu on VID and ytbb. but it's only got AUC 0.54 on OTB100. I train twice,and the results is same。I didn't change the hyperparameters。 I think the reason is that the hy…
-
I use the config of "siamrpn_r50_l234_dwxcorr" and set batchsize to 28. It takes me 3 days(almost 72 hours) to train with 2 2080ti ,and i just get the best eao=0.355 on epoch 18. I run hp_search.py w…
-
In the essay , you used the SiamFC and DaSiamRPN ,however in the code I only see DaSiamRPN ? Could you please upload the corresponding code ?
-
(pysot) MYPC@MYPC-XX-XXXX:~/pysot$ python tools/demo.py \
> --config experiments/siamrpn_r50_l234_dwxcorr/config.yaml \
> --snapshot experiments/siamrpn_r50_l234_dwxcorr/model.pth \
> -…
-
After reading SiamRPN++, I am still a little bit confused by the claim
"padding destroy the strict translation invariance and thus cause the network to learn central bias and thus was not able to be…
-
-
@JudasDie Thank you for your excellent research work. There are some problems when I conduct the test on OTB-2015 using SiamRPNRes22 trained on dataset ['VID'] by myself.
The best result on OTB-201…
-
Hi, authors!
I want to make siamRPN to run realtime in CPU, so I try some versions siamRPN on it. but now I encountered speed bottleneck when trying mobilenet-based siamRPN and I found that there a…