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

How to draw the Gaussian geometry in the image? #68

Open
mingqiJ opened this issue Feb 4, 2024 · 3 comments
Open

How to draw the Gaussian geometry in the image? #68

mingqiJ opened this issue Feb 4, 2024 · 3 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@mingqiJ
Copy link

mingqiJ commented Feb 4, 2024

Is this support drawing the Gaussian geometry in the image? The rasterization engine you used for 3D gaussian Splatting.

@Nik-V9
Copy link
Contributor

Nik-V9 commented Mar 14, 2024

Hi, Yes, you can visualize the Gaussian Geometry in the image by hardcoding the opacity of all Gaussians to 1:

'opacities': torch.sigmoid(params['logit_opacities']),

We will try to add a config in our visualizer.

@Nik-V9 Nik-V9 added enhancement New feature or request question Further information is requested labels Mar 14, 2024
@mingqiJ
Copy link
Author

mingqiJ commented Mar 20, 2024

Hi, very thanks for your help. I have tried it. Setting all opacities to 1. But it can not show something like this image:
image

Do you have any idea about how to show the geometry clear like above image?

@Nik-V9
Copy link
Contributor

Nik-V9 commented Mar 20, 2024

Can you share what you are getting and what exact changes you made?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants