Private user

Private user posted an update

new_resize = tf.image.resize(new_img, (256,256))

If you change the above line to the bottom line, It works flawlessly. Hopefully ;) new_resize = tf.image.resize(cv2.cvtColor(new_img, cv2.COLOR_BGR2RGB),(256,256))

Log in or sign up for Devpost to join the conversation.