安装教程:https://teaser.readthedocs.io/en/latest/installation.html#installing-python-bindings
在这里插入图片描述
python环境
pip install open3d==0.10.0.0

1、安装python11,可参考 :https://blog.csdn.net/qq_27149279/article/details/121352696
2、安装TEASER-plusplus
下载库:https://github.com/MIT-SPARK/TEASER-plusplus

git clone https://github.com/MIT-SPARK/TEASER-plusplus.git

安装


mkdir build
cd build
cmake -DTEASERPP_PYTHON_VERSION=3.8 ..
make teaserpp_python
cd python
pip install .
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐