Yiwen-ntu commited on
Commit
c95d1ba
1 Parent(s): 73fdef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -192,6 +192,8 @@ def do_inference(input_3d, sample_seed=0, do_sampling=False, do_marching_cubes=F
192
  _HEADER_ = '''
193
  <h2><b>Official 🤗 Gradio Demo</b></h2><h2><a href='https://github.com/buaacyw/MeshAnythingV2' target='_blank'><b>MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization</b></a></h2>
194
 
 
 
195
  **MeshAnythingV2** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
196
 
197
  Code: <a href='https://github.com/buaacyw/MeshAnythingV2' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://arxiv.org/abs/2406.10163' target='_blank'>ArXiv</a>.
 
192
  _HEADER_ = '''
193
  <h2><b>Official 🤗 Gradio Demo</b></h2><h2><a href='https://github.com/buaacyw/MeshAnythingV2' target='_blank'><b>MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization</b></a></h2>
194
 
195
+ For text/image to Artist-Created Mesh. We suggest first using <a href='https://hyperhuman.deemos.com/rodin' target='_blank'>Rodin</a> to achieve text/image to dense mesh and then input the dense mesh to us.
196
+
197
  **MeshAnythingV2** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
198
 
199
  Code: <a href='https://github.com/buaacyw/MeshAnythingV2' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://arxiv.org/abs/2406.10163' target='_blank'>ArXiv</a>.