You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have everything working correctly (I think) but when it comes time to render out the final PNG frames, the first several frames are gray then the rest are Garbled mess of pixels, bright colors, like a huge graphical glitch. I'm not at my computer right now so I can post a picture later but just know that it looks... wrong.
I'm using the same video file, I checked the .ppm files it made and they look fine. I've tried different artistic jpg files but I get the same error result as above.
I'm on Ubuntu 16.04 with a GTX 1070 8GB. Have Cuda 8 installed. Using cudnn. I'm only running the basic script "stylizeVideo.sh <MyVideo.mov> <some_painting.jpg> "
Each frame is taking about 30 seconds to process. They look wrong (obviously) but wondering if that's an appropriate render time, too.
I'm wondering if there's a sweet spot for the type of artistic image and/or video? Current video (well, ppm sequence) is 960x540. Let me know if I need to provide further info or if anyone has any suggestions. Thanks!
The text was updated successfully, but these errors were encountered:
Hey all, I was experiencing the same thing and it seems to have been something to do with using ProRes input. Re-encoding to h.264 before creating the ppm files gave me non-glitched output.
I have everything working correctly (I think) but when it comes time to render out the final PNG frames, the first several frames are gray then the rest are Garbled mess of pixels, bright colors, like a huge graphical glitch. I'm not at my computer right now so I can post a picture later but just know that it looks... wrong.
I'm using the same video file, I checked the .ppm files it made and they look fine. I've tried different artistic jpg files but I get the same error result as above.
I'm on Ubuntu 16.04 with a GTX 1070 8GB. Have Cuda 8 installed. Using cudnn. I'm only running the basic script "stylizeVideo.sh <MyVideo.mov> <some_painting.jpg> "
Each frame is taking about 30 seconds to process. They look wrong (obviously) but wondering if that's an appropriate render time, too.
I'm wondering if there's a sweet spot for the type of artistic image and/or video? Current video (well, ppm sequence) is 960x540. Let me know if I need to provide further info or if anyone has any suggestions. Thanks!
The text was updated successfully, but these errors were encountered: