crashmoon / Progressive-Generative-Networks

Semantic Image Inpainting with Progressive Generative Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive-Generative-Networks

Haoran Zhang, Zhenzhen Hu, Changzhi Luo, Wangmeng Zuo, Meng Wang:

Semantic Image Inpainting with Progressive Generative Networks.

ACM Multimedia 2018: 1939-1947 https://dl.acm.org/citation.cfm?doid=3240508.3240625

@inproceedings{Zhang2018SemanticII, title={Semantic Image Inpainting with Progressive Generative Networks}, author={Haoran Zhang and Zhenzhen Hu and Changzhi Luo and Wangmeng Zuo and Meng Wang}, booktitle={ACM Multimedia}, year={2018} }

Prerequisites

Python, NumPy, SciPy, Matplotlib

A recent NVIDIA GPU

A latest master version of Pytorch

Progress

1.Make a CSV file with make_images.py

2.Modify the parameters in gan_lstm.py (Param.out_path)

3.python gan_lstm.py (run the program)

Results

p0 p1 p2 p3 p4 p5

x0 x1 x2 x3

About

Semantic Image Inpainting with Progressive Generative Networks

License:MIT License


Languages

Language:Python 100.0%