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

How to do text and images? #4

Open
Tomobobo710 opened this issue Jun 20, 2024 · 2 comments
Open

How to do text and images? #4

Tomobobo710 opened this issue Jun 20, 2024 · 2 comments

Comments

@Tomobobo710
Copy link

Is that not possible right now?

The input types are mesh and pc_normal, but this shows text and image:

image

Maybe I'm missing something.

@buaacyw
Copy link
Owner

buaacyw commented Jun 20, 2024

The image/text to mesh is achieved by combining with 3D generation methods.
We first obtain dense meshes from 3D generation methods and use them as input to our methods.
Note that the shape quality of dense meshes should be high enough. Thus, feed-forward 3D generation methods may often produce bad results due to insufficient shape quality. We suggest using results from SDS-based pipelines (like DreamCraft3D) as the input of MeshAnything as they produce better shape quality.

@yosun
Copy link

yosun commented Jun 26, 2024

most 3d gen AI models typically generate meshes with more than 800 faces and your system is limited to that?

which pipeline are you using?

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

3 participants