Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avhirupc/semantic-image-completion

Implementation of : Semantic Image Inpainting with Perceptual and Contextual Losses Raymond
https://github.com/avhirupc/semantic-image-completion

computer-vision deep-learning deep-neural-networks image-inpainting machine-learning python tensorflow-experiments

Last synced: 4 months ago
JSON representation

Implementation of : Semantic Image Inpainting with Perceptual and Contextual Losses Raymond

Awesome Lists containing this project

README

        

# Semantic Inpainting using DCGANs
* * *
This is an experimental tensorflow implementation of semantic inpainting from corrupted images using DCGANs from the paper [Semantic Image Inpainting with Perceptual and Contextual Losses](https://arxiv.org/abs/1607.07539). A major help was Brandon Amos blog on [Image Completion](https://bamos.github.io/2016/08/09/deep-completion/).One of the major difference between is the training method used.I have used Adam Optimizer instead of gradient descent.
* * * *
## Requirements
* Tensorflow
* glob
* Python 3

* * * *
## Dataset
* I have used Celebrity faces dataset [CelebA](http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html).Download the aligned version ,extract in the same directory as the code

* * * *
## Model Architecture

![alt-text](images/model.png)

* * *
## Few Results are Partial Training

>Note: Due to unavailabity of GPU,i didnt train the model for long.This results are after an hour of training

![alt-text](images/1.jpg) ![alt-text](images/63.jpg)