Open rsinghoyla opened 4 years ago
Yes. pickling is actually a long hanging issue. To querying KDTree using multi-threading, we are preparing better API for that. Please stay tuned.
Hi! In the Open3D team, we take your question very seriously. In order to provide better assistance to our users, we are implementing new policies. Now general questions should be asked in our forum: https://forum.open3d.org
Github issues will remain in use for bug reports and feature requests.
We are looking forward to answering your question in our forum!
Best regards.
Any update?
I get a TypeError: can't pickle open3d.open3d.geometry.PointCloud objects when I try to parallelize a for loop to (multiple) query the KDTree. I have tried joblib and numba and both give me same error.
my code is basically
Is there an alternate fast method for multiple querying the KD Tree?
Thanks!