anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.51k forks source link

Query for video style transfer #156

Closed SMak06 closed 4 years ago

SMak06 commented 4 years ago

Is there any way to use it for styling a video?

anishathalye commented 4 years ago

Yeah you can apply it to each frame of a video. That gives you results like this.

Though, rather than using Gatys's style transfer algorithm, this algorithm generally gives nicer results for video (and other video-specialized algorithms give even nicer results). Here is an implementation of fast style transfer that you could use.