Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DL4J Keras Import: add note on RGB/BGR for CNNs #180

Open
AlexDBlack opened this issue Jun 11, 2019 · 1 comment
Open

DL4J Keras Import: add note on RGB/BGR for CNNs #180

AlexDBlack opened this issue Jun 11, 2019 · 1 comment

Comments

@AlexDBlack
Copy link
Contributor

One trap for Keras import of CNNs in RGB vs. BGR layout for images.

It's straightforward to configure (see test below) but many users don't even think of this when importing their nets.
We should note this prominently somewhere in the Keras import docs.

https://github.com/deeplearning4j/deeplearning4j/blob/master/datavec/datavec-data/datavec-data-image/src/test/java/org/datavec/image/transform/TestImageTransform.java#L247

@maxpumperla
Copy link
Contributor

good point, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants