MeshAnything icon indicating copy to clipboard operation
MeshAnything copied to clipboard

How to do text and images?

Open Tomobobo710 opened this issue 1 year ago • 2 comments

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.

Tomobobo710 avatar Jun 20 '24 00:06 Tomobobo710

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.

buaacyw avatar Jun 20 '24 01:06 buaacyw

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?

yosun avatar Jun 26 '24 04:06 yosun