I have been looking for pre-processing techniques of input images. After looking into the implementation of the inception model at: https://github.com/awslabs/deeplearning-benchmark/blob/master/tensorflow/inception/inception/image_processing.py#L164, I found that they have used color_ordering
parameter which could be 0 or 1. What does color ordering mean in this context?
Asked
Active
Viewed 27 times
1

jonrsharpe
- 115,751
- 26
- 228
- 437

I. A
- 2,252
- 26
- 65