ranahanocka / MeshCNN

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

assert no zero face area #143

Open XinYu-Andy opened 2 years ago

XinYu-Andy commented 2 years ago

Hi, Thanks for your great work! I noticed that this function is used to detect zero face area. If it is just used for detecting for further processing, I am confused about why do you write an "assert" line?