SouthCity / DRFNet-Inpainting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRFNet-Inpainting

to be published.

Prerequisites

  • Python 3.7
  • NVIDIA GPU + CUDA cuDNN 10.1
  • PyTorch 1.8.1

TODO

  • Releasing inference codes.
  • Releasing pre-trained weights.
  • Releasing training codes.

Run

  1. train the model
to be published.
  1. test the model
to be published.

Download Datasets

We use Places2, CelebA-HQ, and Paris Street-View datasets. Liu et al. provides 12k irregular masks as the testing mask.

Citation

to be published.

Acknowledgments

This code based on LGNet. Please consider to cite their papers.

@ARTICLE{9730792,
  author={Quan, Weize and Zhang, Ruisong and Zhang, Yong and Li, Zhifeng and Wang, Jue and Yan, Dong-Ming},
  journal={IEEE Transactions on Image Processing}, 
  title={Image Inpainting With Local and Global Refinement}, 
  year={2022},
  volume={31},
  pages={2405-2420}
}

About

License:MIT License