Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abubakar4360 opened this issue Jan 23, 2024 · 3 comments
Open

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

abubakar4360 opened this issue Jan 23, 2024 · 3 comments

Comments

@abubakar4360
Copy link

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
Copy link

+1

@lulongfei-luffy
Copy link

+1, code for converting gaussian for mesh

@zouzx
Copy link
Collaborator

zouzx commented Mar 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants