You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :))
The text was updated successfully, but these errors were encountered:
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 :))
The text was updated successfully, but these errors were encountered: