MeshNet icon indicating copy to clipboard operation
MeshNet copied to clipboard

Fixed number of faces

Open tranvanh opened this issue 1 year ago • 1 comments

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?

tranvanh avatar Feb 21 '24 22:02 tranvanh

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.

thss15fyt avatar Feb 29 '24 12:02 thss15fyt