VAST-AI-Research/TriplaneGaussian

3D model conversion to .obj for faces and textures

abubakar4360 opened this issue · 3 comments

Hi @pookiefoof @zouzx,

Can we store 3d model in .obj or .glb file where we will have faces and texture for post processing? The .ply that the model is currently generating only have points and creating mesh from them can lead to bad results.

Or can we directly convert provided .ply or .splat file in .obj for post processing?

Regards

+1, code for converting gaussian for mesh

Since our model generates 3D Gaussian representation directly, the output model doesn't include faces and texture. We haven't implemented the conversion from Gaussian to mesh up to now, and it's non-trivial to do this. Perhaps you can refer to Dreamgaussian or LGM for their conversion scripts, and we will endeavor to add such conversion in the future.