Open qinjiaying opened 3 months ago
Same problem here using Python 3.11 and open3d 0.18.0. The kernel crushes unexpectedly when running :
reg_p2p = o3d.pipelines.registration.registration_icp( source, target, threshold, trans_init, o3d.pipelines.registration.TransformationEstimationPointToPoint() )
Checklist
main
branch).My Question
Attempting to register two frames of point clouds using the ICP algorithm, but the kernel crashes. Conda version is 24.5.0, Python version is 3.9.19, and the latest Python packages are installed. There are no issues with the CPU or RAM. Where might the problem be?
加载数据库
处理第一个点云文件
读取第一个点云并
执行ICP配准,将源点云与累积的目标点云对齐
将变换后的源点云合并到累积点云中
“”” “”” {
"name": "",
“””