hwalsuklee / tensorflow-fast-style-transfer

A simple, concise tensorflow implementation of fast style transfer
Apache License 2.0
245 stars 70 forks source link

Video Styling #19

Open spot92 opened 5 years ago

spot92 commented 5 years ago

I have been using this code to hobby style some images for awhile now and want to move into video styling. Is anyone aware of an easy fix to make the checkpoint (.ckpt) files produced from here usable with the following? https://github.com/lengstrom/fast-style-transfer

I would hate to need to retrain models for hours on end again.