The problematic statement is open3d.geometry.estimate_normals(pcd,search_param=open3d.geometry.KDTreeSearchParamHybrid(radius=0.1, max_nn=30))
Error message
D:\Anaconda3\python.exe "F:\wangluo\Projection correction\PFH.py"
Traceback (most recent call last):
File "F:\wangluo\Projection correction\PFH.py", line 7, in <module>
open3d.geometry.estimate_normals(pcd, search_param=open3d.geometry.KDTreeSearchParamHybrid(radius=0.1, max_nn=30))
AttributeError: module 'open3d.cpu.pybind.geometry' has no attribute 'estimate_normals'
Process finished with exit code 1
Open3D, Python and System information
- Operating system:Windows 11 64-bit
- Python version: Python 3.7
- Open3D version: 0.15.1
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): gcc 7.5 / clang 7.0
Checklist
master
branch).Steps to reproduce the issue
The problematic statement is open3d.geometry.estimate_normals(pcd,search_param=open3d.geometry.KDTreeSearchParamHybrid(radius=0.1, max_nn=30))
Error message
Open3D, Python and System information
Additional information