first commit

This commit is contained in:
Yiwen Chen 2024-06-17 09:35:37 +08:00
parent f7da24a21a
commit 45c8b3b3a5
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -169,7 +169,7 @@ _HEADER_ = '''
**MeshAnything** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs). **MeshAnything** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
Code: <a href='https://github.com/buaacyw/MeshAnything' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://buaacyw.github.io/mesh-anything/' target='_blank'>ArXiv</a>. Code: <a href='https://github.com/buaacyw/MeshAnything' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://arxiv.org/abs/2406.10163' target='_blank'>ArXiv</a>.
??????**Important Notes:** ??????**Important Notes:**
- Gradio doesn't support interactive wireframe rendering currently. For interactive mesh visualization, please use download the obj file and open it with MeshLab or https://3dviewer.net/. - Gradio doesn't support interactive wireframe rendering currently. For interactive mesh visualization, please use download the obj file and open it with MeshLab or https://3dviewer.net/.