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

A question about the dense point clouds. #10

Open
ShilangChen1011 opened this issue Sep 3, 2023 · 1 comment
Open

A question about the dense point clouds. #10

ShilangChen1011 opened this issue Sep 3, 2023 · 1 comment

Comments

@ShilangChen1011
Copy link

ShilangChen1011 commented Sep 3, 2023

This is a good job.
I have some questions while reading the paper and the code.
The paper says that it can generate dense point clouds, but I don’t see any direct generation of dense point clouds in the code.
There is a part about generating mesh. Is the dense point cloud you mentioned the same as the mesh you generated?
Thanks!

@MarvinChung
Copy link
Owner

Hello, you can analyze the code within the "update_density_grid_nerf" function by following this link:

update_density_grid_nerf

This function determines which voxels in the density grid should be considered as a surface. It then checks whether the voxel satisfies the specified threshold and samples a point from the voxel to generate a dense point cloud.

You can find this part of the code here:

generate_grid_map_points_nerf_nonuniform

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