Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed number of faces #28

Open
tranvanh opened this issue Feb 21, 2024 · 1 comment
Open

Fixed number of faces #28

tranvanh opened this issue Feb 21, 2024 · 1 comment

Comments

@tranvanh
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants