Colorizing-with-GANs
Colorizing-with-GANs copied to clipboard
Testing an image
I'm trying to test my own image. I've followed the instructions in the readme file. But when running test.py as the instructions say and checking the directory "checkpoints/output" I found that it's still empty without the image after colorization!
- the checkpoints folder has four sub-folders: cifar10, places365, test -which contains the test image- and output -which's empty.
in the image what I've got when running

@RihamHazem It looks like the program is either frozen or still running. Are you running on GPU?
I'm running on google Colab
Shitty repo.. test.py doesn't work
- make sure the image is "jpg" not "jpeg" since it is hardcoded to find jpg and png extensions
- make sure the image shape when read is grayscale and not grayscale with 3 channels for colors
Is it working now facing similar issue. Not generating colorize image nor giving error