tomsay
Results
1
comments of
tomsay
it should be same as when you trained the model.Hope the code below can help you `img = Image.open('data/images_processed/7944775fc9.png').convert('L') img = np.array(img) img = np.expand_dims(img,3) img = np.array([img] * 20)...