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

Backward for rasterization_inria_wrapper #522

Open
ZhouCX117 opened this issue Dec 23, 2024 · 1 comment
Open

Backward for rasterization_inria_wrapper #522

ZhouCX117 opened this issue Dec 23, 2024 · 1 comment

Comments

@ZhouCX117
Copy link

Thanks for your awesome work! I want to replace the gslat with inria for some purpose. So I use the rasterization_inria_wrapper function in the rendering.py file. However, I don't know how to get the 'mean2d' grad. Could you please give me some hints? Thanks for your help!

@ZhouCX117
Copy link
Author

ZhouCX117 commented Dec 23, 2024

I use the code
screenspace_points = torch.zeros_like(means, dtype=means_crop.dtype, requires_grad=True, device="cuda") + 0 try: screenspace_points.retain_grad() except: pass
and use the grad of screenspace_points, but the obtained results are weird.

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

1 participant