Skip to content

GitHubPyhon/FastPhotoStyle

This branch is 1 commit ahead of NVIDIA/FastPhotoStyle:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Roman
Mar 17, 2019
1d3747b · Mar 17, 2019

History

93 Commits
Jul 25, 2018
Jul 26, 2018
Jul 31, 2018
Feb 19, 2018
Mar 17, 2019
Jul 31, 2018
Jul 26, 2018
Mar 2, 2018
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 27, 2018
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 27, 2018
Mar 2, 2018
Mar 2, 2018
Mar 2, 2018
Jul 26, 2018
Feb 27, 2019
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 26, 2018
Jul 31, 2018
Feb 22, 2018

Repository files navigation

License CC BY-NC-SA 4.0 Python 2.7 Python 3.5

FastPhotoStyle

License

Copyright (C) 2018 NVIDIA Corporation. All rights reserved. Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).

Installation

Python packages:

cupy==5.3.0

fastrlock==0.4

numpy==1.16.2

Pillow==5.4.1

pynvrtc==9.2

scipy==1.2.1

six==1.12.0

torch==0.4.0

torchvision==0.2.2.post3

System package:

nvidia-cuda-toolkit

Additional files :-) Once error occurred copy math_functions.h into needed directory

/usr/include/math_functions.h
/usr/include/crt/math_functions.h

What's new

Date News
2018-07-25 Migrate to pytorch 0.4.0. For pytorch 0.3.0 user, check out FastPhotoStyle for pytorch 0.3.0.
Add a tutorial showing 3 ways of using the FastPhotoStyle algorithm.
2018-07-10 Our paper is accepted by the ECCV 2018 conference!!!

About

Given a content photo and a style photo, the code can transfer the style of the style photo to the content photo. The details of the algorithm behind the code is documented in our arxiv paper. Please cite the paper if this code repository is used in your publications.

A Closed-form Solution to Photorealistic Image Stylization
Yijun Li (UC Merced), Ming-Yu Liu (NVIDIA), Xueting Li (UC Merced), Ming-Hsuan Yang (NVIDIA, UC Merced), Jan Kautz (NVIDIA)
European Conference on Computer Vision (ECCV), 2018

Tutorial

Please check out the tutorial.

About

Style transfer, deep learning, feature transform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.0%
  • Shell 2.5%
  • Dockerfile 1.5%