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

How to generate ShapeNetCore.v2.PC15k file? #42

Closed
dqj5182 opened this issue Feb 23, 2024 · 1 comment
Closed

How to generate ShapeNetCore.v2.PC15k file? #42

dqj5182 opened this issue Feb 23, 2024 · 1 comment

Comments

@dqj5182
Copy link

dqj5182 commented Feb 23, 2024

I can see that the file can be downloaded from the Google Drive link provided in this repository.
However, I wish to know how you generated such file.
Many of the ShapeNetCore meshes are 1) not watertight and 2) contains reversed mesh faces.
I wish to know 1) how you defined surface from such noisy meshes and 2) how you sampled point from the surface?

@stevenygd
Copy link
Owner

Point sampling from mesh can be done by most mesh libraries (we just sample uniformly). For inside/outside queries, you could shot rays from the points to figure it out.

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