iMoonLab / MeshNet

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

visualize .npy or .npz #11

Closed wusuoweima closed 4 years ago

wusuoweima commented 4 years ago

How to visualize .npy or .npz files in the form of mesh?

wusuoweima commented 4 years ago

@thss15fyt

thss15fyt commented 4 years ago

To achieve the feature visualization in the paper, we need to draw each face with different colors respectively. So we use the matplotlib in Python as the visualization tool, drawing each triangular faces one by one. But it can not handle the relations of faces based on the position of camera. So we are still looking for tools that meet both of the above requirements.