Learn Before
Relation
Converting to grayscale
Color images are stored as size 3 by width by height where the 3 refers to the RGB (red., green, blue) dimensions. For a lot computer vision problems color isn't important and the size of the image can be reduced to 1 dimension that is grayscale. This reduces the space and computational complexity of the model in training.
0
1
Updated 2021-10-02
Tags
Data Science