解决AttributeError: module ‘open3d.open3d.visualization‘ has no attribute ‘pipelines‘

代码中有o3d.pipelines.registration时报错AttributeError: module ‘open3d.open3d.visualization’ has no attribute ‘pipelines’

这是open3d版本问题,只需把代码中o3d.pipelines.registration改成o3d.registration


版权声明:本文为qq_44116315原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。