Closed ajinkya933 closed 5 years ago
How many images are you using for testing and try to check image properties and only use images with same properties. Like you need to take images if same dimensions, check numbers of channels and also all images are not of RGB format. Hope this helps.
@deepak112
I am using 25 images for testing. All images are of low resolution (96x96 pixels). All images are RGB. Should I convert them to grayscale ?
@deepak112
I ran:
python test.py --input_low_res="data_lr/" --output_dir="output/" --model_dir="model/gen_model3000.h5" --number_of_images=1 --test_type="test_lr_images"
I am getting error:
How to resolve this error ?