ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.56k stars 313 forks source link

Does the class "Mesh" have an attribute about face? #144

Open XinYu-Andy opened 1 year ago

XinYu-Andy commented 1 year ago

Hi, I am wondering if the class "Mesh" has an attribute about the face? I noticed that face is used when preparing the data, but seems to not be contained in the final class object?