Home

Awesome

Deep-Image-Analogy

996.ICU

This project is a python implementation of Deep Image Analogy.

Some results

Requirements

Usage (demo)

Use GPU

python main.py --use_cuda

CPU only

python main.py

I train a series of invert blocks which estimate the inputs given the outputs for each stage of Vgg19. The results are slightly worse than optimization-based method.

Acknowledgments

My project acknowledge the official code Deep-Image-Analogy, pytorch, and another pytorch implementation. Especially, thanks for the authors of this amazing algorithm.