broadinstitute / keras-rcnn

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

Anchor layer #8

Closed 0x00b1 closed 7 years ago

0x00b1 commented 7 years ago

It should produce anchors from ground truth bounding boxes.

This is the first of two layers needed by the regional proposal network (RPN) layers.

0x00b1 commented 7 years ago

We’ve decided to replace the Anchor layer by generating anchors inside the RPN loss function.

cc: @JihongJu and @jhung0