Transfer the golden-hour lighting and color palette from a reference photo onto your own daytime photograph.
Apply the visual style of a specific movie still or artwork to a set of your own photos for creative projects.
Reproduce or extend the photorealistic style transfer research from the ECCV 2018 paper in your own experiments.
Requires PyTorch 0.4.0 specifically, a separate older release exists for PyTorch 0.3.0, and modern PyTorch versions are not supported.
FastPhotoStyle is a Python project from NVIDIA that transfers the visual style of one photograph onto another photograph. You give it two images: a content photo (the scene you want to keep) and a style photo (the look you want to borrow), and it produces a result that blends the content of the first with the colors, tones, and textures of the second. The goal is photorealistic output, meaning the result should look like a real photo rather than an obvious digital painting. The technique was developed by researchers from NVIDIA and UC Merced and published at the ECCV 2018 conference. The project README is brief and points to a separate tutorial file for three different ways to use the algorithm. The code is written in Python and was built using PyTorch, a widely used machine learning framework. The README notes it was updated to work with PyTorch 0.4.0, with an older release available for users on version 0.3.0. The license is CC BY-NC-SA 4.0, which allows non-commercial use with attribution and requires that any work built on top of it carries the same license terms. Commercial use is not permitted under this license.
← nvidia on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.