songdejia / Siamese-RPN-pytorch

This is a re-implementation of Siamese-RPN with pytorch, which is CVPR2018 spotlight.
MIT License
379 stars 87 forks source link

A question about code #3

Open zzpustc opened 5 years ago

zzpustc commented 5 years ago

In _get_64_anchor(self,gtbox), can you explain why the x of anchor is 14+28a in the 'anchor = [14+28a, 14+28*b, self.anchor_shape[c][0], self.anchor_shape[c][1]]', I can not understand since the whole network stride is 15.

zzpustc commented 5 years ago

@songdejia