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

rasterize_gaussians gradient #1059

Open
NimbusLongfei opened this issue Nov 13, 2024 · 1 comment
Open

rasterize_gaussians gradient #1059

NimbusLongfei opened this issue Nov 13, 2024 · 1 comment

Comments

@NimbusLongfei
Copy link

Can't we use this function rasterize_gaussians to get the gradient of the pose of the view camera in raster_settings?

If I want to do this, is it mathematically derivable?

@AsherJingkongChen
Copy link

AsherJingkongChen commented Nov 13, 2024

That's means the camera pose become a variable. It is possible to do a backprop. However, the current rasterizer assume the camera pose is a constant. You can check out the backward pass.

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