记录Open3d学习过程中遇到的Error及解决方法(不断更新)
来源:http://www.tudoupe.com时间:2022-03-10
1 登记关切
源码:
目前正在等待一个载有O3d.Code部分的系列登记。
错误提示:
AttributeError: module ‘open3d’ has no attribute ‘registration’
错误原因:
Open3d 的问题, 最新版本不是以 O3d 写入的 。
更改为:
2 过渡估算PointtoPlane()相关职能
源码:
错误提示:
TransformationEstimationPointToPlane and TransformationEstimationColoredICP require pre-computed normal vectors for target PointCloud.
错误原因:
正常矢量计算是必要的,但目前的做法可能并不理想,而只是为了确保误差不会逃脱。
在运输估算PointtoPlane()的第一个函数之前添加以下内容:
半径默认设定为0.01, 尽管对于我的模型来说, 0. 08是更可取的 。
相关新闻
- 2023-05-06 微pe怎么初始化U盘(微pe怎么恢复初
- 2023-05-06 Xp系统boot 进入pe(boot manager 怎么进入
- 2023-05-06 win pe修复bcdboot(pe修复系统)
- 2023-05-06 win7更新失败 pe(win7更新失败还原更
- 2023-05-06 u盘装了pe读取不了(u盘能进pe读取不
- 2023-05-06 u盘pe 发热(u盘发热烫手)
- 2023-05-06 u盘pe下看不到硬盘(u盘启动pe看不到
- 2023-05-06 pe盘 ntfs(u盘ntfs格式)
- 2023-05-06 sony笔记本进入pe模式(联想笔记本怎
- 2023-05-06 pe启动盘进不去(pe启动盘进不去系统
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
