iMoonLab / MeshNet

MeshNet: Mesh Neural Network for 3D Shape Representation (AAAI 2019)
MIT License
333 stars 58 forks source link

Could you provide a method to construct the mesh and display it? #13

Closed zhang-qiang-github closed 2 years ago

zhang-qiang-github commented 4 years ago

After test, how can I display the constructed mesh?

ss892714028 commented 2 years ago

Check out pygel3d

thss15fyt commented 2 years ago

Sorry for the late reply. You could use either GUI-based software (e.g. MeshLab), or 3D packages (e.g. pygel3d, open3d) to display mesh models.