pokeGAN
pokeGAN copied to clipboard
File Not Found error
I called python RGBA2RGB.py after calling python resize.py but it is showing this error. Any idea why?
Traceback (most recent call last):
File "RGBA2RGB.py", line 16, in <module>
png.save(os.path.join(dst,each.split('.')[0] + '.jpg'), 'JPEG')
File "C:\Users\Gautam\Anaconda3\lib\site-packages\PIL\Image.py", line 1932, in save
fp = builtins.open(filename, "w+b")
FileNotFoundError: [Errno 2] No such file or directory: './resized_black/0.jpg'
我新建了一个resized_black之后就没有报错了
just exec mkdir resized_black
from root dir