gaussian-splatting
gaussian-splatting copied to clipboard
How to Export a 3D Model (PLY/OBJ) from 3DGS
Thanks for the great work on 3D Gaussian Splatting! The rendering results look amazing.
I’m trying to export the 3D model in a format that can be opened in Blender or MeshLab (e.g., .ply or .obj), but the current pipeline seems to focus on rendering videos instead. I’d like to know:
- Is there a way to export the Gaussian point cloud as a
.plyor.objfile? - If not, what modifications would be needed to achieve this?
- Is there a recommended way to convert the exported point cloud into a mesh?
Would appreciate any guidance on this!