Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn
MIT License
297 stars 101 forks source link

Scaling input data between 0 and 1 #62

Closed mrtpk closed 4 years ago

mrtpk commented 4 years ago

The pixel intensities of input data are not scaled between 0 and 1. Is there a specific reason for not doing this? Thanks.

Belval commented 4 years ago

No, this is simply an oversight.

You can open a PR to fix it if you want.

mrtpk commented 4 years ago

PR #63 is created.