lucidrains / meshgpt-pytorch

Implementation of MeshGPT, SOTA Mesh generation using Attention, in Pytorch
MIT License
714 stars 58 forks source link

How to view the generated mesh? #7

Closed Croolch closed 9 months ago

Croolch commented 9 months ago

Hi, thank you for your code!! I want to view the mesh and load the faces data into blender. However, the outcome is puzzling. Many faces are overlapping each other. image Is there anything I need to do after I got faces_coordinates?

lucidrains commented 9 months ago

you need to train a model on lots of data first

Croolch commented 9 months ago

you need to train a model on lots of data first

oh, it explains a lot. Thank you!