File size: 913 Bytes
1aca35c
de8d53b
1aca35c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
de8d53b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width" />
        <title>IM-MA</title>
        <link rel="stylesheet" href="style.css" />
    </head>
    <body>
        <h2>IM-MA</h2>
        <h3>InstantMesh-MeshAnything</h3>
        <hr />
        <p>This pipeline refers to a combination of two models:</p>
        <ul>
            <li><a href="https://huggingface.co/spaces/TencentARC/InstantMesh">InstantMesh</a>: Image-to-3D</li>
            <li><a href="https://huggingface.co/spaces/Yiwen-ntu/MeshAnything">MeshAnything</a>: Mesh Retopology</li>
        </ul>
        <p>
            For more information, refer to the original papers of
            <a href="https://huggingface.co/papers/2404.07191">InstantMesh</a> and
            <a href="https://huggingface.co/papers/2406.10163">MeshAnything</a>.
        </p>
    </body>
</html>