-
Really a great work and clear structure! Impressed and grateful!
The file run_SiamFC.py only outputs the bounding box results. Could you tell me how to get the benchmark result of OTB?
Thanks very …
-
I want to use this project to achieve the object matching function, calculate the features of the two images like face recognition and then get the similarity measure to judge whether it is the same o…
-
-
Hi, Thanks to this great work!
when I run run_SiamFC.py, one error occurs: "ValueError: invalid literal for float(): 250 168 106 105"Tracking_Utils.py", line 40, in load_sequence
gt = np.loadtx…
-
您好,我想在网上找一些预训练的模型的时候,找到的基本都是.npy和.cpkt的。我看了下您代码中用到的模型是.cpkt的data、mata、index三个文件,我想请问一下,网上的那些单独的一个cpkt文件和您代码中的模型有什么区别,它可以用来作为预训练模型吗。谢谢。
-
Sorry if it was a simple question.
I have trained the model end-to-end using your code and I test all models (epoch 0~50) on OTB100.
But my test accuracy (epoch 0~50) is not related validation loss …
-
For personal needs, I used my own dataset to run the siamfc framework, because my dataset was relatively small, and this warning appeared during the training:
2018-12-11 09:55:17.278447: W tensorflow…
-
https://github.com/huanglianghua/open-vot/blob/847ba874af9275d2648ee1ab6465d49208f22269/lib/trainers/trainer_siamfc.py#L97
Should it be tracker.track(....)? Then how to set the init rect?
tcwtc updated
6 years ago
-
I have found the output channel is 32 ,but it is 128 in the paper, why are they not equal? Will this affect the accuracy?
-
https://github.com/huanglianghua/open-vot/blob/818356d0484138609489c28bb4e0b2a7f59703d7/lib/experiments/otb.py#L34
tracker_names is string ('SiamFC', for example).
```
if not isinstance…