HelloRicky123 / Siamese-RPN

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.
MIT License
223 stars 44 forks source link

The anchors seems to be wrong.. #47

Closed yfji closed 5 years ago

yfji commented 5 years ago

The total stride is not 8 In generate_anchors.py, The anchors are tiled with score_size*score_size times, while xx and yy are tiled with num_anchor times, it seems that the center of anchors should not be replaced directly using xx and yy...

yfji commented 5 years ago

I see. The anchors are de-centralized