llSourcell / Pokemon_GAN

This is the code for "Generating Pokemon with a Generative Adversarial Network" by Siraj Raval on Youtube
433 stars 208 forks source link

Result images a washed out. Problem with channels? #23

Open aaronbjohnson opened 5 years ago

aaronbjohnson commented 5 years ago

I've been trying to run this code with a separate collection of images. I keep running into a problem where the images are cloudy/washed-out. I've been looking through this previous issue raised here https://github.com/llSourcell/Pokemon_GAN/issues/9?_pjax=%23js-repo-pjax-container.

It seems to be an issue with the channels, but I can't seem to figure it out. I've already made sure that the images I'm working with are all .jpegs. Thanks for taking the time.