Hi .
I am using transfer learning for image classification of yoga poses . This is a part of learning journey in ML for computer vision.
I have tried to building CNN models . As well as tried transfer learning using pre-trained models from keras application.
What is puzzling to me is that while using pre-trained weights of ResNet50 , with out preprocessing the images I get an accuracy of 0.99 . How ever , when I subject the images to preprocess_input function , the accuracy drops to 0.8 .
Any one can point out why ?
Thx!