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 Densify Point Cloud After Segmentation for Better Meshing? #123

Open
ttm119 opened this issue Nov 17, 2024 · 1 comment
Open

How to Densify Point Cloud After Segmentation for Better Meshing? #123

ttm119 opened this issue Nov 17, 2024 · 1 comment

Comments

@ttm119
Copy link

ttm119 commented Nov 17, 2024

Hello,

I am working on a project where I segment 3D point clouds and then try to generate a mesh from the segmented points. However, the number of points in the segmented data is very sparse, making it difficult to perform meshing effectively.

Is there a way to increase the number of points (densify the point cloud) after segmentation? Any advice or recommendations for tools, algorithms, or libraries would be greatly appreciated.

Thank you in advance for your help!

@Jumpat
Copy link
Owner

Jumpat commented Nov 21, 2024

Hi, thanks for your interest. However, the number of points (3D Gaussians) is determined by the 3D-GS densification process automatically. A fact is that even if you have a very dense point cloud learned by 3D-GS, it does not help building high-quality mesh. You may refer to Gaussian Opacity Field and the relevant literature for more details.

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