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

Render RGB and depth in one shot #45

Closed
Willyzw opened this issue Dec 29, 2023 · 2 comments
Closed

Render RGB and depth in one shot #45

Willyzw opened this issue Dec 29, 2023 · 2 comments

Comments

@Willyzw
Copy link

Willyzw commented Dec 29, 2023

Hi, I noticed the current code renders RGB and depth separately using different colors_precomp, I am curious whether it is possible to render them in just one shot. If so, what modifications would be needed, e.g. for the forward and backward passes? Thanks for your help.

@ljjTYJR
Copy link

ljjTYJR commented Dec 31, 2023

Modify the code in diff-gaussian-rasterization-w-depth,
just view the depth as one channel of the colors

@Willyzw
Copy link
Author

Willyzw commented Jan 1, 2024

Modify the code in diff-gaussian-rasterization-w-depth, just view the depth as one channel of the colors

indeed this would be a simple but effective way! Thanks for your suggestion 👍

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