broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
553 stars 224 forks source link

Correct use of shape in anchor generation. #109

Closed hgaiser closed 6 years ago

hgaiser commented 6 years ago

The input is (rr, cc) so the usage of shape in shift() was incorrect.