GitXplorerGitXplorer
N

FastPhotoStyle

public
11167 stars
1205 forks
57 issues

Commits

List of commits on branch master.
Unverified
af0c8fecce58aa71f76488546231214f6684be02

Add credit to Marco Forte for the compute lapacian function.

mmingyuliutw committed 6 years ago
Unverified
6f30665e5e3a023fa56376ec6582d96e958e3610

Update docker image and pynvrtc interface code

mmingyuliutw committed 6 years ago
Verified
af6b803a40fc05cb90aa2232238d7185b738a281

Update TUTORIAL.md

YYijunmaverick committed 6 years ago
Verified
c031e1026b4aeca0a7167c3997b48ea87cdafc3d

Update TUTORIAL.md

YYijunmaverick committed 6 years ago
Verified
7fe52cdd4e378da96e04f1f100855cbecc074a66

Update TUTORIAL.md

YYijunmaverick committed 6 years ago
Verified
47ddce64630f1fb63d6ea71d671d67cee95592fc

Update TUTORIAL.md

YYijunmaverick committed 6 years ago

README

The README file for this repository.

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).

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.