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

Not able to generate consistent assets #13

Open
rajatprasun opened this issue Feb 12, 2024 · 4 comments
Open

Not able to generate consistent assets #13

rajatprasun opened this issue Feb 12, 2024 · 4 comments

Comments

@rajatprasun
Copy link

Hi, thank you for putting this together. The results shown in the demo are amazing. But for some reason, I am not able to create clean assets. The generated multi views look good but the 3D assets don't look good. I tried one of the demo prompts as well.

Prompt : a motorbike
Multiview :
image
3D video :
https://github.com/3DTopia/LGM/assets/20456046/471c54ac-af6f-4651-8515-15cfff679484

Also, the exported meshes do not have color or texture information.

@ashawkey
Copy link
Collaborator

@rajatprasun Hi, unfortunately MVDream can be unstable sometimes. You can try with different random seeds, and examine the mv images first.
The mesh is exported in GLB, which is supposed to have texture. You can load it with blender or other 3D viewers to check.

@rajatprasun
Copy link
Author

rajatprasun commented Feb 13, 2024

Hey, I tried with different seeds as well and increased the iteration to 500 as well. The multi view look great but the 3D assets in the generated video are smeared or have noise.

For the texture part, I Imported the .ply file in blender for the bird from image-to-3d example and it looks like this:
image

I do not see the texture from the image. Is this expected?

@ashawkey
Copy link
Collaborator

@rajatprasun Surely the model still have some limitations for complex prompts...
This ply file is the 3D Gaussians instead of the final mesh. You need to run convert.py on this ply file to get the final textured mesh. Since it takes ~1 minute to do this conversion, it's not included in the gradio demo.

@rajatprasun
Copy link
Author

rajatprasun commented Feb 14, 2024

Hey thanks for the info. After running the convert.py on this ply file. I am able to generate the textured mesh.
image

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

2 participants