researchmm / PEN-Net-for-Inpainting

[CVPR'2019] PEN-Net: Learning Pyramid-Context Encoder Network for High-Quality Image Inpainting
https://arxiv.org/abs/1904.07475
MIT License
361 stars 77 forks source link

zip_root #23

Open simplebaseline opened 4 years ago

simplebaseline commented 4 years ago

There is a key called "zip_root"in the celebahq.json and I changed it. When I run the train.py, an ERROR called " FileNotFoundError: [Errno 2] No such file or directory: 'celebahq/celebahq_20.zip'", so how to deal with this error?

rakshita111 commented 4 years ago

In the path that you have specified in celebahq.json, there should be a folder called celebahq consisting of the .zip file. Check if this helps.