Error while computing normals
Open
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
Hi. I'm trying to estimate the normals for a point cloud using open3d using the follwoing command.
o3d.geometry.estimate_normals(
pcd, search_param=o3d.geometry.KDTreeSearchParamHybrid(radius=0.1, max_nn=30)
)
I''m getting the following error.
AttributeError: module 'open3d.cuda.pybind.geometry' has no attribute 'estimate_normals'
Can anyone please help with this? I tried rreinstalling open3d, but the error persists.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.