ProGamerGov / neural-style-pt

PyTorch implementation of neural style transfer algorithm
MIT License
833 stars 178 forks source link

Multiple Content Image / Video Frame Option #91

Open RoronoaZoroSenpai opened 2 years ago

RoronoaZoroSenpai commented 2 years ago

Is there a way to automate inputting multiple content images, that apply the same style image to all of them?

I am rendering each frame separately, of a 500 frame video I wanted to style transfer.

RoronoaZoroSenpai commented 2 years ago

maybe there is a way to add a step command? with a folder destination function

ProGamerGov commented 2 years ago

@RoronoaZoroSenpai You're going to have to use a bash or Python script to run neural_style.py individually for each file. There also won't be any temporal coherence, so there will be a flickering effect.