All Projects → tg-bomze → Style-Transfer-Collection

tg-bomze / Style-Transfer-Collection

Licence: other
Colabs Collection of style transfer in photo and video

Programming Languages

Jupyter Notebook
11667 projects

Style-Transfer-Collection

logo

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.

This is implemented by optimizing the output image to match the content statistics of the content image and the style statistics of the style reference image. These statistics are extracted from the images using a convolutional network.

examples

To test a neural network online click on the “Open in Colab” button.

Photo Style Transfers based on:

1. Colab : pytorch-AdaIN

2. Colab : PyTorch-Multi-Style-Transfer

3. Colab : style-transfer

4. Colab : Neural-Style-Transfer

5. Colab : neural-style

6. Colab : artistic-style-transfer

Video Style Transfers based on:

1. Colab : pytorch-AdaIN

2. Colab : PyTorch-Multi-Style-Transfer

Example:

YouTube

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].