Skip to content
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

How to reduce jitter in rendered results #6

Closed
ak01user opened this issue May 5, 2024 · 3 comments
Closed

How to reduce jitter in rendered results #6

ak01user opened this issue May 5, 2024 · 3 comments

Comments

@ak01user
Copy link

ak01user commented May 5, 2024

Hi!

Amazing work!

Is there any smoothing operation?

@filby89
Copy link
Collaborator

filby89 commented May 8, 2024

Hi !
In SMIRK we did not consider any kind of temporal adjustments or smoothing operations - the method was built to be applied in separate images.

@akk-123
Copy link

akk-123 commented May 20, 2024

@filby89 if we want use smirk in video, is there any way to improve the smoothness of the video?

@georgeretsi
Copy link
Owner

Hi there, there are two ways to tackle this: you can use a post-processing temporal filter that smooths the output of consecutive frames, or you can retrain the smirk pipeline with a temporal convolution using video data as done in our previous work Spectre (https://github.com/filby89/spectre).

Note that if you want to remove jittering in the image reconstruction space, a re-training for temporal consistency is needed, along with selecting a specific set of "anchor" face pixels during inference. This is something we plan to explore and resolve in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants