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

https://github.com/yeonghyeon/context-encoder

TensorFlow implementation of "Context Encoders: Feature Learning by Inpainting" with CelebAMask-HQ Dataset.
https://github.com/yeonghyeon/context-encoder

auto-encoder autoencoder celeba celeba-hq celeba-hq-dataset context-encoder context-encoders image-inpainting

Last synced: about 1 month ago
JSON representation

TensorFlow implementation of "Context Encoders: Feature Learning by Inpainting" with CelebAMask-HQ Dataset.

Awesome Lists containing this project

README

          

Context Encoders: Feature Learning by Inpainting
=====

TensorFlow implementation of "Context Encoders: Feature Learning by Inpainting" with CelebAMask-HQ Dataset.

## Concept



The concept of 'Context Encoders' [1].


## Usage
### Training
In this repository, 'Context Encoders' is trained with 'CelebA' Dataset [2].
The 'Context Encoders' consumes about 42 hours for training.

### Test
The 'Context Encoders' consumes 0.029 seconds for each sample in inference.








The results of 'Context Encoders' [1].


## Environment
* Python 3.7.4
* Tensorflow 1.14.0
* Numpy 1.17.1
* Matplotlib 3.1.1
* Scikit Learn (sklearn) 0.21.3

## Reference
[1] Deepak Pathak, et al. (2016). Context Encoders: Feature Learning by Inpainting. arXiv preprint arXiv:1604.07379.
[2] CelebA. http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
[3] CelebAMask-HQ Dataset. https://github.com/switchablenorms/CelebAMask-HQ