faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.39k stars 360 forks source link

Should RotationX, Y, Z types be float? #157

Open angelnew opened 3 years ago

angelnew commented 3 years ago

First my applause for your work.

I guess the types of the rotation arguments in get_image_generator should be float and not int, at least if you want to pass on really small angles such as 0.05 as you mention in your end-to-end training example.

Can you confirm?

Thanks