Colorizing-with-GANs icon indicating copy to clipboard operation
Colorizing-with-GANs copied to clipboard

Testing an image

Open RihamHazem opened this issue 6 years ago • 5 comments
trafficstars

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 image

RihamHazem avatar Feb 04 '19 12:02 RihamHazem

@RihamHazem It looks like the program is either frozen or still running. Are you running on GPU?

knazeri avatar Feb 04 '19 15:02 knazeri

I'm running on google Colab

RihamHazem avatar Feb 04 '19 17:02 RihamHazem

Shitty repo.. test.py doesn't work

Golbstein avatar Mar 23 '19 09:03 Golbstein

  • 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

druedaplata avatar May 22 '19 20:05 druedaplata

Is it working now facing similar issue. Not generating colorize image nor giving error

dheerajpant700 avatar Sep 12 '23 10:09 dheerajpant700