Skip to content

MingtaoGuo/Deep-image-analogy-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-image-analogy-TensorFlow

Implementation of the paper : Deep image analogy

Introduction

This code mainly implements the interesting paper Visual Attribute Transfer through Deep Image Analogy, details of the algorithm please see the paper.

How to use


Step 1. Download the vgg19.npy(BaiduDrive), and put it into the folder 'vgg19'

Step 2. Modify the image's path in Main.py

Step 3. execute Main.py


Python packages

===================

  1. python 3.5
  2. tensorflow1.4.0
  3. numpy
  4. scipy
  5. pillow

===================

Results

Input : Output :: Output : Input
: :: :
: :: :
: :: :

Time: 3 minutes for 224x224 image size

These results are not satisfactory compare to paper's attractive results

Acknowledgement

Thanks for the PatchMatch code from harveyslash

About

Implementation of the paper : Deep image analogy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages