broadinstitute / keras-rcnn

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

Remove boxes at the edge #201

Open jhung0 opened 6 years ago

jhung0 commented 6 years ago

We should remove small objects at the edge (could be by side length, % of image side, or remove any object at the edge) https://github.com/broadinstitute/keras-rcnn/blob/ad6f05fa2a4510a310f37b8a73548614dc2f8df8/keras_rcnn/preprocessing/_object_detection.py#L109