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

Extracting the deformation value #113

Open
darthandvader opened this issue Mar 27, 2024 · 1 comment
Open

Extracting the deformation value #113

darthandvader opened this issue Mar 27, 2024 · 1 comment

Comments

@darthandvader
Copy link

I wonder if it's possible to extract the deformation value at each timestamp. For example, at time t there are 10000 points in total, how can I get the Δx ,Δy and Δz for these points? Is there a variable that stores this? Thank you!

@guanjunwu
Copy link
Collaborator

Of course you can. the deformed 3D Gaussians are computed in gaussian_renderer/init.py
You can use the output of deformation field to init a new 3D Gaussians.

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