Siamese-RPN-pytorch
Siamese-RPN-pytorch copied to clipboard
A question about code
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.
@songdejia