heuritech / convnets-keras

MIT License
594 stars 185 forks source link

Fixing color order in preprocess_image_batch #29

Closed skoos closed 7 years ago

skoos commented 7 years ago

In function preprocess_image_batch (convnetskeras/convnets.py), color normalization is done (in RGB space as before) before possible color permutation to BGR.