ranahanocka / MeshCNN

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

assert no zero face area #143

Open XinYu-Andy opened 1 year ago

XinYu-Andy commented 1 year 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?