buaacyw / MeshAnything

From anything to mesh like human artists. Official impl. of "MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers"
https://buaacyw.github.io/mesh-anything/
Other
1.95k stars 82 forks source link

Input requirement #17

Open zhixial2022 opened 1 month ago

zhixial2022 commented 1 month ago

I tried my own point cloud and it does not work well. I noticed that the model cannot generate more than 800 faces, does that mean the input shall be very smooth?

I also downloaded the car example from your hugging face link, seems it has more than 800 faces. A little confused.

buaacyw commented 1 month ago

Hi! The input point cloud should contain normal. The input shape needs to be possible to be created by a human artist with no more than 800 faces. The input meshes doesn't need to be less than 800 faces as we sample point cloud from them as input.