Kexiii / DeepImageAnalogy

Pytorch implementation of Visual Attribute Transfer through Deep Image Analogy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepImageAnalogy

Pytorch implementation of Visual Attribute Transfer through Deep Image Analogy

Some Results

results

Usage

python main.py -g 0 --A_PATH XX --BP_PATH XXX

Requirements

  • Pytorch 0.3+
  • GPU

Performance

Nearly 30 minutes for one image pair in my test environment. The speed is mainly based on the number of maximum LBFGS iterations. The performance can be improved if we can use a GPU version PatchMatch algorithm

Acknowledgements

About

Pytorch implementation of Visual Attribute Transfer through Deep Image Analogy

License:MIT License


Languages

Language:Python 100.0%