Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 376 Bytes

pointcloud_utils

用于处理点云

Installation

安装open3d-ml

git clone https://github.com/isl-org/Open3D-ML.git
cd Open3D-ML
pip install --upgrade pip
# install open3d
pip install open3d
pip install -r requirements-torch-cuda.txt

安装pclpy

conda install -c conda-forge/label/gcc7 qhull
conda install -c conda-forge -c davidcaron pclpy