VAST-AI-Research / TriplaneGaussian

TriplaneGaussian: A new hybrid representation for single-view 3D reconstruction.
https://zouzx.github.io/TriplaneGaussian/
Apache License 2.0
693 stars 48 forks source link

3D model conversion to .obj for faces and textures #5

Open abubakar4360 opened 5 months ago

abubakar4360 commented 5 months ago

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

hadillivvy commented 5 months ago

+1

lulongfei-luffy commented 4 months ago

+1, code for converting gaussian for mesh

zouzx commented 4 months ago

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.