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

Question about relighting #16

Closed
JiatengLiu opened this issue Jul 3, 2024 · 2 comments
Closed

Question about relighting #16

JiatengLiu opened this issue Jul 3, 2024 · 2 comments

Comments

@JiatengLiu
Copy link

Hello! I want to realize how to get the relighting results like second picture in README.md?(let envmap rotate without the avatar moving)

@FrozenBurning
Copy link
Owner

To relight a static avatar with a rotating envmap as background, you can simply take the first frame (typically any single frame) when relighting a dynamic sequence, which will freeze your avatar to be static. To rotate the background envmap, you can do torch.roll on the tensor of envmap.

@JiatengLiu
Copy link
Author

Thanks for your reply and advise, I have finished it!

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

2 participants