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

the meaning of Δx, Δy and Δz #187

Open
zdrac opened this issue Sep 9, 2024 · 1 comment
Open

the meaning of Δx, Δy and Δz #187

zdrac opened this issue Sep 9, 2024 · 1 comment

Comments

@zdrac
Copy link

zdrac commented Sep 9, 2024

hi😊, I want to confirm the meaning of Δx, Δy and Δz. Do they represent the change from the initial position at each timestamp? And if you subtract two adjacent terms, you get the change in position of adjacent frames, right?

@guanjunwu
Copy link
Collaborator

the delta x,y,z means the deformation between canonical 3D Gaussians and world 3D Gaussians
if you want to get deformation between two adjacent frames, you should:

  1. compute the 3D Gaussian's position x1 at timestamp t1
  2. compute the 3D Gaussian's position x2 at timestamp t2
  3. return x2-x1

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