-
when i run the demo_siamesefc.py in win10 ,it report the error:
>D:\code\SiamFC-PyTorch-master\SiamFC-PyTorch>python bin/demo_siamfc.py --video-dir D:/code/SiamFC-PyTorch-master/SiamFC-PyTorch/data/D…
-
大佬你好,我最近正在使用bilylee/SiamFC-TensorFlow这个版本的代码,想要在vot上进行测试其训练出来的模型的结果,但是我遇到一些代码问题,希望可以能从您这里学习一下。您这里能不能发我一份您当时在测试tensorflow版的siamfc时所用的vot_tracker的srcripts?我自己参考他人写的代码一直在报错,希望能找个正确的参考!如果可以的话万分感谢,我的邮箱是695…
-
z = video_id_z[rand_z].copy() # use copy() here to avoid changing dictionary
x = video_id_z[rand_x].copy()
# read z and x,--------here the path of z actually is search ima…
-
how to train train_siamRPN ?
just change MODEL:"SiamRPNRes22" in yaml ?
I think it need rpn loss function .
-
Hi Team Researchmm
First, thanks for your brilliant work!
I encountered problems with the data you provided(both GOT-10k and VID), although the images are cropped to the size 255 times 255, probabl…
-
Huang Lianghua 你好!
我将你写的 pytorch 版本 SiamFC 和 bilylee 的 tensorflow 版本[SiamFC](https://github.com/bilylee/SiamFC-TensorFlow)用 VOT 的 toolkit 进行了测评(VOT2018数据集),结果如下(截取部分):
![table1](https://user-image…
-
Hi, I try to run bin/create_dataset.py, while it says:
0%| | 0/4417 [00:00
-
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…
-
In "Get Tracking Results of Your Own Tracker" part, the tracking results are saved in pred_bboxes, what's next? How to save these results, and in what format?
Thanks
-
How are you planning to submit your results to vot-challenge?
Is it the same way you are doing it now by copying handcrafted script results to vot-workspace?
because vot-toolkit works only with …