-
I remembered in the matlab code the author of SiamFC applied the color normalization, but your code seemed not do that. Is it just too trivial to concern about?
-
Hello @lukacu , I have successfully run the 'ncc' tracker on Windows and Linux. While I downloaded the SiameseFC code from [](http://votchallenge.net/vot2017/trackers.html), I copied the tracker_SiamF…
-
ground_truth's cx cy ,some time less than zero
do some change to return with bbox info in siamfc/dataset.py
"origin:"--->"add bbox return:"
```
def __getitem__(self,index):
return exem…
-
Thanks to the pytorch version of siamesefc. Can you provide the completed code to generate the OTB results?
-
Hi,StrangerZhang
Thank you for your great work, I have download the ILSVRC2015, but I can not find the meta_data.pkl. Is it generated? Hope to receive your response.
@StrangerZhang
-
Dear @silverbottlep ,
I am writing a meta-tracker on siamFC network, please give me some suggestions on the reproduce steps
Thank you so much,
-
I think the comment below should be `[3, 1, 17, 17, 1]` and next line should be `[3, 17, 17]`.
https://github.com/bilylee/SiamFC-TensorFlow/blob/c72748765f2a68628bf94667be2ff8608277b7c3/inference/in…
-
您好,我发现这份代码在验证的时候和测试过程貌似是不一样的。验证过程中,bn层用的是当前batch的统计量,而测试中,bn层用的是保存模型的统计量,是这样的吗?貌似bn的操作在训练和验证中是一样的,按理来说,应该验证和测试是一样的呀。
-
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, …
-
Hello, I would like to quote your RecurrentCriss-CrossAttention separately, but the main framework has CNN feature extraction, so the CNN feature extraction and segmentation module is no longer needed…