-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flickering Background? #59
Comments
So it seems that my very amateur mistake of forgetting the seed value parameter, and not using a high enough temporal weight, were the cause of the issue. But now I am noticing the non moving background gets darker over time, and this makes it hard to create a looping video/gif. How can I fix this drift on the non changing static background? |
Using Pass 1: https://gfycat.com/HastyBackBabirusa Pass 2: https://gfycat.com/UnkemptAnxiousAgouti Pass 3: https://gfycat.com/SmartDisloyalAntlion Pass 4: https://gfycat.com/SilentImaginaryIguana Pass 5: https://gfycat.com/ScaryDemandingAlpineroadguidetigerbeetle It looks like I just needed to perform more passes. However, a really high temporal weight (100,000) will cause some weird artifacts: |
How did you solve the temporal coherence issue ? |
@rahat-yasir My issue was with making a looping gif. The solution for that was just more passes. But some people told me that you can also split the video at different points every so often, so that the start and end are at different points, and this can help make them temporally coherent. I haven't messed around with anything more than 30-60 frames, so I wouldn't know where the start for larger videos. |
I'm using the default artistic-videos specific parameters from stylizeVideo.sh, and a custom set of Neural-Style parameters. I suspect the default temporal coherence related parameters are to blame?
The text was updated successfully, but these errors were encountered: