keras-rcnn icon indicating copy to clipboard operation
keras-rcnn copied to clipboard

Generator limits image pixel range 0 to 1

Open jhung0 opened this issue 6 years ago • 0 comments

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

jhung0 avatar Mar 27 '18 14:03 jhung0