Closed huanglianghua closed 5 years ago
I have the same problem. Has it been solved?
Hi,
During training, image patch with size 239 x 239
is cropped from the 255 x 255
input image for translation data augmentation. It won't affect tracking, since the Siamese network learns a similarity metric that is position agnostic.
Please also refer to #32
ok,thank you.
Hi @bilylee , thanks for your fantastic work.
In the following code (here):
The output
z
is127 x 127
, but outputx
is239 x 239
not255 x 255
.The response size with
239 x 239
is15 x 15
but with255 x 255
is17 x 17
.17 x 17
is correct since it is exactly same as the response size in the inference stage.Is this an error or so? (Although this will not report any error during training since the label size is directly deduced from response size!).