GaussianObject / GaussianObject

Code for "GaussianObject: Just Taking Four Images to Get A High-Quality 3D Object with Gaussian Splatting"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extracting Mesh from Point Cloud

mohit-choithwani opened this issue · comments

Upon completing the Gaussian Repair step, the final outcome yielded a point cloud file named "last.ply." Is it feasible to extract a mesh from this point cloud? Attaching the screenshot of the last.ply.

image

Gaussian splatting method isn't directly conducive to mesh generation. Recently, there have been several promising research efforts exploring the conversion from point clouds to meshes. We have experimented with some of these methods, but the results have been moderate at best.

However, should we come across or develop a more efficient and convenient method for extracting meshes in the future, we will definitely update our repository to include these advancements.

We appreciate your interest and are open to further discussions on this topic!

Thank you for your reply and for sharing your insights for mesh generation.