manuelruder / artistic-videos

Torch implementation for the paper "Artistic style transfer for videos"
Other
1.75k stars 252 forks source link

no video create only ppm files #57

Open guillaumebcher opened 6 years ago

guillaumebcher commented 6 years ago

Hello, I was able to install the script and I am surely asking a stupid question but right now after I ran the stylizeVideo.sh, I only get ppm files without the style transfer applied and wonder if I'm missing an extra step to get the transfer styled video?

YogaFlame commented 6 years ago

I believe those are the ppm files created from your original video during the script process. If your script is running properly, it will output "out-####.png files of your styled frames in that exact same folder. Then, once all frames are done, it will take all those "output" png files and make a video file in the artstic-videos-master folder (by default).

guillaumebcher commented 6 years ago

@YogaFlame

I see, for some reason I only get one png output "out-0001.png" in that same folder. Do you know why I get only one in stand of all the frames?

lijiansong commented 6 years ago

@YogaFlame Hello, how much time it takes you to get the output video?