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

Error in RGBA2RGB.py #6

Open ShivamSharma1997 opened 6 years ago

ShivamSharma1997 commented 6 years ago

Sorry to bother, but there should be a

os.mkdir(dst)

before the for loop in RGBA2RGB.py to create the folder else it may give an error . Was facing the problem so thought might point out!

Big fan :)

jsrimr commented 6 years ago

RGBA2RGB.py isn't even needed. It saves converted file in ./resizeblack , but pokegan.py imports data from ./data

VincentRagusa commented 5 years ago

regardless if if the .py file is needed or not, it is part of the project, and it has a bug. I came here to create this very issue and found it was already open. The repo maintainers can either fix it or remove the file from the project, but action is required either way.