TEASER-plusplus python运行环境安装
安装教程:https://teaser.readthedocs.io/en/latest/installation.html#installing-python-bindings安装python11下载库:https://github.com/MIT-SPARK/TEASER-plusplusgit clone https://github.com/MIT-SPARK/TEASER-plusplu
·
安装教程: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 .
更多推荐
所有评论(0)