Home

Awesome

General Deep Image Completion with Lightweight cGANs

These are the implementations and simple demo system of my bmvc'17 paper: General Deep Image Completion with Lightweight Conditional Generative Adversarial Network. [PDF][SUP]

The main goal of our paper is to build deep image completion models for recovering various corrupted images, including

The objective of this model is to complete images with differnet types of corrupted masks like scribbles, lines, dots and texts.

general image completion

This is an extension of our general image completion model that not only tackles the face completion task but also aiming on recovering faces with arbitrary missing regions. We apply a differnet but stronger deep autoencoder structure in this model.

face completion

Training

TBA

Demo System

We build a simple interactive demonstration of image completion based on Python, OpenCV and TensorFlow on Windows

Videos (Youtube Links)

General Image Completion

Face Completion

Setups

If you fail to import tensorflow, please refer to this article for possible solutions.

Controls

Citation

<pre>@inproceedings{tseng17general-deep, author = {Ching-Wei Tseng and Hung-Jin Lin and Shang-Hong Lai}, booktitle = {Proceedings of the British Machine Vision Conference ({BMVC})}, title = {General Deep Image Completion with Lightweight Conditional Generative Adversarial Networks}, year = {2017} }</pre>