-
Notifications
You must be signed in to change notification settings - Fork 10
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
Python binding failed #29
Comments
Hi, how did you build open3d? Did you install open3d python package after build open3d from source? |
Hi, yes. I built Open3d from source and open3d pybind package after building open3d from souce. |
I'm not sure whether the mismatch of open3d data type is caused by the CUDA anbled. Previously I developed misc3d with cpu only version of open3d and did not try to use CUDA enbled open3d with misc3d. I will try it if I have bandwidth for it. which function you would like to use in misc3d? If you want to use |
Hi @yuecideng , |
You may try to check both the misc3d pybind so and open3d pybind so link to the same |
Thank you for your suggestion. Do you have a plan develop CUDA implementation for ppf pose estimation or integrate to Open3D? |
Yeah I am doing this and glad to contribute it to Open3D. But it may take some time due to my limited bandwidth. |
Hi @yuecideng ,
I followed the instruction to install and run examples in the repo and got the error with python binding, for example:
farthest_point_sampling.py
:TypeError: farthest_point_sampling(): incompatible function arguments. The following argument types are supported
.I use ubuntu 20.04, open3d installed with CUDA enable.
Do you know how to solve the issue?.
Thank you
The text was updated successfully, but these errors were encountered: