broadinstitute / keras-rcnn

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

Rename `AnchorTarget` to `Anchor` #149

Open 0x00b1 opened 6 years ago

0x00b1 commented 6 years ago

In an effort to further simplify the existing interface and to improve self-documentation I’d like to rename a few layers and backend functions to be clearer. I’d like to rename AnchorTarget to the more concise Anchor.

I also want to reinforce that the Anchor layer is used in both forward-and-back propagation.