General Deep Image Completion Save

A Deep Image Completion Model for Recovering Various Corrupted Images

Project README

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

  • General Image Completion

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

general image completion

  • Face 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

General Image Completion

Face Completion

Setups

  • Install Visual Studio Code: A source code editor (Optional, but highly recommended)
  • Follow the guidelines from TensorFlow to install Python 3.5.2 and TensorFlow on Windows
  • Install libraries numpy and opencv-python through pip
  • Download face-completion-model and general-completion-model. Put them into corresponding folders
  • Run demo.py in general-image-completion or face-completion folder

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

Controls

  • Moving mouse to draw scribbles on given images
  • Key c: convert corrupted images to completed images
  • Key r: resume any scribbles
  • Key n: next image

Citation

@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}
}
Open Source Agenda is not affiliated with "General Deep Image Completion" Project. README Source: chingweitseng/general-deep-image-completion
Stars
71
Open Issues
4
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating