Skip to content

"Globally and Locally Consistent Image Completion" with Keras

Notifications You must be signed in to change notification settings

zhangqingbo1/image_completion_keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globally and Locally Consistent Image Completion

This is an Keras implementation of "Globally and Locally Consistent Image Completion".

Install python libraries

pip install -r requirements.txt

Prepare dataset

Please download appropriate image dataset and put it under the "data" folder. For example, please put the images as follows.

data
└── place365
    ├── Places365_00000001.jpg
    ├── Places365_00000002.jpg
    ├── Places365_00000003.jpg
    ├── Places365_00000004.jpg
    ├── Places365_00000005.jpg
    ├── Places365_00000006.jpg
    ├── Places365_00000007.jpg
    ├── Places365_00000008.jpg
    ...

Train

python train.py

Result

result

About

"Globally and Locally Consistent Image Completion" with Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%