Official Pytorch implementation of GCM-Net: Towards Effective Global Context Modeling for Image Inpainting.
- Python 3.6
- Pytorch 1.3.0
- torchvision 0.4.1
- cuda 11.4
python main.py --bs batch_size --img_flist image_path --mask_flist mask_path
python eval.py --bs batch_size --model checkpoint --img_flist image_path --mask_flist mask_path --save
@inproceedings{zheng2021gcm,
title={GCM-Net: Towards Effective Global Context Modeling for Image Inpainting},
author={Zheng, Huan and Zhang, Zhao and Wang, Yang and Zhang, Zheng and Xu, Mingliang and Yang, Yi and Wang, Meng},
booktitle={Proceedings of the 29th ACM International Conference on Multimedia},
pages={2586--2594},
year={2021}
}