keras-image-segmentation icon indicating copy to clipboard operation
keras-image-segmentation copied to clipboard

need to resize images before testing(predicting)!

Open PulkitJindal95 opened this issue 5 years ago • 0 comments

Just added a line in test.py after line 57 👍

x_img =cv2.resize(x_img,(512,256))

PulkitJindal95 avatar Mar 08 '19 07:03 PulkitJindal95