iMoonLab / MeshNet

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

Fixed number of faces #28

Open tranvanh opened 6 months ago

tranvanh commented 6 months ago

Do I understand correctly that meshNet is designed to handle fixed number of faces and cannot handle varying sizes of the input 3d model? Meaning every input muse be preprocessed to be of 1024 faces?

thss15fyt commented 5 months ago

MeshNet handle model with a maximum number of faces (1024). For those with less than 1024 faces, we simply append the face list with zero values. For those with more than 1024 faces, we simplify the model to reduce face number.