Implementation of the paper : Deep image analogy
This code mainly implements the interesting paper Visual Attribute Transfer through Deep Image Analogy, details of the algorithm please see the paper.
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 3.5
- tensorflow1.4.0
- numpy
- scipy
- pillow
===================
Input | : | Output | :: | Output | : | Input |
---|---|---|---|---|---|---|
: | :: | : | ||||
: | :: | : | ||||
: | :: | : |
Thanks for the PatchMatch code from harveyslash