crowsonkb / style-transfer-pytorch

Neural style transfer in PyTorch.
MIT License
475 stars 113 forks source link

Support for video style transfer with optical flow #6

Open aertist opened 3 years ago

aertist commented 3 years ago

Hey I was wondering if this can support video style transfer? And to prevent temporal coherence of the video we can use things like optical flow by NVIDIA or something like Optical-Flow-GPU-Docker

You can also check out maua-style repo which implements this. But the code is quite messy 😅 and not accurate like this one