broadinstitute / keras-rcnn

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

Generator limits image pixel range 0 to 1 #198

Open jhung0 opened 6 years ago

jhung0 commented 6 years ago

The image pixels are limited to range 0 to 1, which is an issue if you want to center around 0 https://github.com/broadinstitute/keras-rcnn/blob/4024b14711338423fba30acd7c741ae63e812aac/keras_rcnn/preprocessing/_object_detection.py#L342