When using open3d, normal visualization can be performed after the point cloud is established, but it involves calculation, such as calling estimate_ Normals or o3d.pipelines.registration.registration_ ICP, an error segmentation fault (core dumped) will be reported
Solution: import open3d as O3D at the beginning( It seems that the reference order of some packages will affect open3d.)
# Here are my codes below:
pc_pre=o3d.geometry.PointCloud()
pc_cur=o3d.geometry.PointCloud()
pc_pre.points=o3d.utility.Vector3dVector(pre_cloud)
pc_cur.points=o3d.utility.Vector3dVector(cur_cloud)
res=o3d.pipelines.registration.registration_icp(source=pc_cur,target=pc_pre,
max_correspondence_distance=threshold)
print(res)
Read More:
- linux ubuntu pip search Fault: <Fault -32500: “RuntimeError: PyPI‘s XMLRPC API is currently disab
- [Solved] RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation
- ValueError: Found array with dim 4. Estimator expected and ValueError: Expected 2D array, got 1D array i
- [Solved] PyCharm Error: Cannot open Local Terminal Failed to start [powershell.exe] in C:\Users\…….
- [Solved] django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.Did you install mysqlclie
- [Solved] OpenCV Import Error: ImportError: numpy.core.multiarray failed to import
- [Solved] Django.core.exceptions.ImproperlyConfigured: SQLite 3.9.0 or later is required (found 3.7.17).
- [Solved] RuntimeError: “unfolded2d_copy“ not implemented for ‘Half‘
- [Solved] MindSpore Error: “operation does not support the type kMetaTypeNone“
- Python ImportError: numpy.core.multiarray failed to import
- Import * has a red wavy line, but the operation does not report an error
- OSError: [WinError 1455] The page file is too small to complete the operation. Error loading…
- [Solved] Original error was: No module named ‘numpy.core._multiarray_umath‘
- [Solved] D2lzh_Pytorch Import error: importerror: DLL load failed while importing
- [Solved] from django.core.cache import cache Error
- [Solved] Python Project Error: django.core.exceptions.ImproperlyConfigured: WSGI application ‘WebTool.wsgi.application
- Raspberry pie import opencv error: ImportError: numpy.core.multiarray failed to import
- [Solved] RuntimeError: cuda runtime error (801) : operation not supported at
- [Solved] nn.BatchNorm1d Error: RuntimeError: running_mean should contain 1 elements not 512错误
- FileNotFoundError: Could not find module ‘D:\Anaconda3\envs\labe\Library\bin\geos_c.dll‘ [Solved]