1 min readFeb 9, 2020
Hi, if you want to predict for a single image try this https://stackoverflow.com/a/53403805
Basically all you have to do is, load the image,convert to array, resize it, rescale it, add a batch size dimension, predict!
Hi, if you want to predict for a single image try this https://stackoverflow.com/a/53403805
Basically all you have to do is, load the image,convert to array, resize it, rescale it, add a batch size dimension, predict!