isl-org / isl-org/Open3D

Error while computing normals

Open
#6,474 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.