keras-image-segmentation
keras-image-segmentation copied to clipboard
need to resize images before testing(predicting)!
Just added a line in test.py after line 57 👍
x_img =cv2.resize(x_img,(512,256))