Neural Style Transfer on Video using PyTorch

preview_player
Показать описание
This video shows how use use Neural Style Transfer on videos.

The final output video is generated using PyTorch and OpenCV.
Рекомендации по теме
Комментарии
Автор

How does one learn to build their own looks or generate their own code to apply as a look? By studying practical python and open cv and computer vision. ? I want to combine different film stocks and apply to video.

tjbellow
Автор

Hi when I run the command I get this error

Traceback (most recent call last):
File "style.py", line 1, in <module>
import torch
ImportError: No module named torch

although I installed Torch. Do you know what might be the problem :) ?

kirkegross
Автор

Hey! how can i use your code to generate my own model? Thanks for the video it was really helpful

jrayalac