You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: