/inpainting

本项目为 Edward-Lin 的 inpainting 项目增加中文文档 其中每个 *.py文件都有同名的*.md进行解释

Primary LanguagePython

inpainting

本项目为 Edward-Lin 的 inpainting 项目增加中文文档 其中每个 *.py文件都有同名的*.md进行解释

以下是原项目说明

Another Implementation of "Context Encoders: Feature Learning by Inpainting"

Use convert_image.py to convert all jpg images in a folder into one or more binary files, which will use for training or validating or testing.

Then run "python inpaint.py" and the training will started.

The program will save sample images every epoch in ./samples folder by default.

I run my program in Ubuntu 16.04, Tensorflow 1.2 and python 2.7.

PS: I've made lots of changes compare to jazzsaxmafia/Inpainting because this is part of my private project, but it will do the inpainting job.