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

Possible acceleration methods for sample sdf from mesh? #40

Open
Eric-Gty opened this issue Jan 10, 2023 · 1 comment
Open

Possible acceleration methods for sample sdf from mesh? #40

Eric-Gty opened this issue Jan 10, 2023 · 1 comment

Comments

@Eric-Gty
Copy link

hi there, I'm writing to ask whether there are possible ways to accelerate the surface sampling process from the mesh vertex to the SDF. I'm working on some personalized datasets with mesh vertex constructing some objects, when I'm trying to sample 800 SDF points from each mesh vertex, the time spent is around 35-40 seconds each, it's very time-consuming with a large dataset.

Also, based on my observation, it's' unlikely to use multi-process, e.g., num_workers in the torch dataloader, to accurate this process. Because when using multi-process, the time even increases by 2 times. Maybe it's because this package doesn't really support multi-process yet.

So, just curious about the potential solution to this. Thanks a lot :))

@philippwulff
Copy link

You can pre-process the data and save it in SDF format. Loading that is quicker than converting on the fly.

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