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

What is ”confidence“ in the def render function? #23

Open
yyyyzy1 opened this issue Dec 25, 2024 · 1 comment
Open

What is ”confidence“ in the def render function? #23

yyyyzy1 opened this issue Dec 25, 2024 · 1 comment

Comments

@yyyyzy1
Copy link

yyyyzy1 commented Dec 25, 2024

Hi, your work is great, I have some questions to ask:
confidence = torch.ones_like(pc._opacity)
raster_settings = GaussianRasterizationSettings(
image_height=int(viewpoint_camera.image_height),
image_width=int(viewpoint_camera.image_width),
tanfovx=tanfovx,
tanfovy=tanfovy,
bg=bg_color,
scale_modifier=scaling_modifier,
viewmatrix=viewpoint_camera.world_view_transform,
projmatrix=viewpoint_camera.full_proj_transform,
sh_degree=pc.active_sh_degree,
campos=viewpoint_camera.camera_center,
prefiltered=False,
debug=False,
confidence=confidence
) What is the confidence here, do you need to change the cuda code?

@Johanan528
Copy link
Collaborator

Sorry for the late reply. Actually, we did not use the official renderer from Gaussian splatting; you can find more details in the README. Additionally, we haven't made any specific adjustments to the confidence values.

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