I am building a Convolutional Neural Network(CNN) Model for Face recognition.
As a initial step of training data collection, what would be the preferable image format for training, Grey or RGB?
I have gone through few articles saying grey-scale images are best for face recognition, but have not get the satisfactory information for why so?
For this approach, what are the advantages & disadvantages of using grey over RGB?
For Face recognition model, is is necessary to have color information or will I lose the useful information from the image upon grey conversion?
How the prediction accuracy varies from one to another?