A PyTorch implementation of Generative Image Inpainting with Contextual Attention
$ git clone https://github.com/Abhinandan11/generative-image-inpainting.git
$ cd generative-image-inpainting/
$ pip install -r requirements.txt
To download the CelebA dataset, go to Kaggle:
https://www.kaggle.com/jessicali9530/celeba-dataset
We need images and list_attr_celeba.txt. Put images in data/CelebA/images/
, and list_attr_celeba.txt in data/
$ python main.py
[Refer config.py for additional arguments]
$ python main.py --mode test
[Refer config.py for additional arguments]