react-native

Resizing image and changing into grayscale

Resizing image and changing into grayscale Question: I’m using my trained model in react native whose input size is 48,48,1. Input values are RGB images. So I tried converting the image into tensor3d, then into grayscale, and resized it. But after resizing the model always gives the same prediction values. I don’t understand where something …

Total answers: 2