neural-style-pt icon indicating copy to clipboard operation
neural-style-pt copied to clipboard

Multiple Content Image / Video Frame Option

Open RoronoaZoroSenpai opened this issue 3 years ago • 2 comments

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 avatar Dec 29 '21 07:12 RoronoaZoroSenpai

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

RoronoaZoroSenpai avatar Dec 29 '21 22:12 RoronoaZoroSenpai

@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.

ProGamerGov avatar Dec 29 '21 23:12 ProGamerGov