<!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>