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

Scaling transformation for Gaussians by control point deformation #58

Open
Friedrich-M opened this issue Sep 26, 2024 · 1 comment
Open

Comments

@Friedrich-M
Copy link

Friedrich-M commented Sep 26, 2024

Thanks for your great work! I wonder why the control point deformation network will output the scaling transformation for Gaussian points which is not indicated in the main paper.

################## in the deformation function ##################
scale = (node_scale[nn_idx] * nn_weight[..., None]).sum(dim=1) * motion_mask
return_dict = {'d_xyz': translate, 'd_rotation': rotation, 'd_scaling': scale}

################## in the rendering function ##################
scales = pc.get_scaling + d_scaling 
rotations = pc.get_rotation_bias(d_rotation)

Since you adopt LBS to guide the transformation for Gaussian points, I am curious why control points will affect the scaling attribute of Gaussians.

@yihua7 Thanks in advance!

@zhenyuan1234
Copy link

zhenyuan1234 commented Dec 21, 2024

I wonder about that, too. Are you understanding this?

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