broadinstitute / keras-rcnn

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

Anchor configuration #138

Closed 0x00b1 closed 6 years ago

0x00b1 commented 6 years ago

It was weird that we didn’t expose a ratios and scales parameter to the AnchorTarget layer. I encountered this problem when I started thinking about a feature pyramid implementation since it requires us to generate different anchors for each stage of the pyramid.