-
As the title describes, can you release your tracking results on common datasets?
Though the paper shows overall results on most long-term datasets, I want to analyze the result on each video of com…
-
你好,请问OTB2015.json可以上传一份百度网盘吗?
-
-
I trained SiameseRPN with ytbb and imagenet according to the paper。but i only got best auc 0.613 on OTB2015. the paper report result is 0.637. I don't know why 。 is there something differences i…
-
@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…
-
I used this to run tracker:
CUDA_VISIBLE_DEVICES=0 python ./siamese_tracking/test_siamfc.py --arch SiamFCRes22 --resume ./snapshot/CIResNet22.pth --dataset OTB2013
Error occurred:
load pretrained…
wsuny updated
4 years ago
-
Thank you for your excellent work and sharing!
I trained the atom using the source code, and all configurations and employed training sets are same as those in the source code. Then, use the last epo…
-
I notice that different parameters are used when test proposed models with different benchmarks.
For example, the parameters of SiamFCRes22 of OTB2015 are
`scale_step: 1.1897
scale_lr: 0.2226
…
-
OTB2015 Best: F:\python\tracking\SiamDWmaster\siamese_tracking\result\OTB2015\SiamFCIncep22(0.1734)
The result when i run eval_otb.py .what is the 0.1734?
yuluu updated
5 years ago
-
I only run the parameter tuning process of pretrained SiamFCRes22 model with OTB2015 and got the error message:
`Traceback (most recent call last):
File "siamese_tracking/onekey_fc.py", line 101, …