Open shubhank008 opened 5 years ago
@shubhank008, can you explain more ? which model are you using ? Are you using this notebook ?
@shubhank008, can you explain more ? which model are you using ? Are you using this notebook ?
Yes, exactly that. Initially I tried to re-write how you were doing inference on drawings in web app (tensorflowjs) to python (using saved drawing images .jpg .png) but that did not work, then I started trying various image pre-processing alternatives as I am pretty sure its the whole image reading, processing and feeding part that I am messing up.
@zaidalyafeai anything ?
Did you find a solution?
Tried to make a prediction on a .jpg/.png saved image of random drawings (from quick draw data set, directly saved the image). However, the prediction came off quite wrong and can't seem to get it working and my guess is on due to the image processing before feeding to the model.
This is what I am using
Yellowish image is the original one in npy format, the other is processed using above code.