liruilong940607 / glcic.pytorch

This is a implement of the Siggraph2017 paper: "Globally and Locally Consistent Image Completion"
15 stars 7 forks source link
gan image-completion inpainting pytorch siggraph

Image-Completion-Pytorch

This is a implement of the paper 'Globally and Locally Consistent Image Completion'[Project Page]

Usage

For ATR Dataset:

CUDA_VISIBLE_DEVICES=0 python train --config=config.yaml

For LIP Dataset:

CUDA_VISIBLE_DEVICES=1 python train --config=config_lip.yaml