Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 964 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 964 Bytes

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