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 use of diff-gaussian-rasterization #111

Open
zhaohaoyu376 opened this issue Mar 25, 2024 · 2 comments
Open

The use of diff-gaussian-rasterization #111

zhaohaoyu376 opened this issue Mar 25, 2024 · 2 comments

Comments

@zhaohaoyu376
Copy link

I'm finding the code a bit puzzling. In the diff-gaussian-rasterization, a Python package, the GaussianRasterizer seems to only return color and radii, without any depth information. However, in the code on your GitHub, you seem to expect it to return rendered_image, radii, and depth. Is there a discrepancy here?

@guanjunwu
Copy link
Collaborator

Hi, depth is only for visualization, it not affect rendering result
You can also use the ground truth depth for supervision.

@zhenyuan1234
Copy link

I met the following problem when I ran pip install -e submodules/depth-diff-gaussian-rasterization, what should I do to solve it, thanks!
ERROR: submodules/depth-diff-gaussian-rasterization is not a valid editable requirement。

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

3 participants