• Stars
    star
    182
  • Rank 206,869 (Top 5 %)
  • Language
    Python
  • Created almost 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Style transfer using deep convolutional neural nets

Vincent : AI Artist

Style transfer is the technique of recomposing images in the style of other images.

Requirements

Basic Usage

python3 main.py --base_img_path /path/to/base/image --style_img_path /path/to/artistic/image --result_prefix output

Results

result_00

References