glcic.pytorch icon indicating copy to clipboard operation
glcic.pytorch copied to clipboard

This is a implement of the Siggraph2017 paper: "Globally and Locally Consistent Image Completion"

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