Skip to content

Tecnezo/Neural-Style-Transfer

Repository files navigation

Neural Style Transfer

Neural style transfer is an optimization technique used to take two images—a content image and a style reference image (such as an artwork by a famous painter)—and blend them together so the output image looks like the content image, but “painted” in the style of the style reference image.

Usage:

python3 neural_style_transfer.py --model models/eccv16/the_wave.t7 --image images/elon.jpg
python3 neural_style_transfer_examine.py --models models --image images/elon.jpg
python3 neural_style_transfer_video.py --models models

Results

Input

Output 1 Output 2 Output 3 Output 4 Output 5 Output 6 Output 7 Output 8 Output 9 Output 10 Output 11

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages