Unverified Commit b4f57243 authored by Sun Jiahao's avatar Sun Jiahao Committed by GitHub
Browse files

[Docs] Fix installation of Minkowski (#2534)

parent 65e28327
...@@ -94,6 +94,8 @@ Note: ...@@ -94,6 +94,8 @@ Note:
```shell ```shell
conda install openblas-devel -c anaconda conda install openblas-devel -c anaconda
export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR}/include
# replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--blas_include_dirs=/opt/conda/include" --install-option="--blas=openblas" pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--blas_include_dirs=/opt/conda/include" --install-option="--blas=openblas"
``` ```
...@@ -109,6 +111,7 @@ Note: ...@@ -109,6 +111,7 @@ Note:
```shell ```shell
conda install -c bioconda sparsehash conda install -c bioconda sparsehash
export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR}/include export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR}/include
# replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git@v1.4.0 pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git@v1.4.0
``` ```
......
...@@ -92,6 +92,8 @@ mim install "mmdet3d>=1.1.0rc0" ...@@ -92,6 +92,8 @@ mim install "mmdet3d>=1.1.0rc0"
```shell ```shell
conda install openblas-devel -c anaconda conda install openblas-devel -c anaconda
export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR}/include
# replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--blas_include_dirs=/opt/conda/include" --install-option="--blas=openblas" pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--blas_include_dirs=/opt/conda/include" --install-option="--blas=openblas"
``` ```
...@@ -107,6 +109,7 @@ mim install "mmdet3d>=1.1.0rc0" ...@@ -107,6 +109,7 @@ mim install "mmdet3d>=1.1.0rc0"
```shell ```shell
conda install -c bioconda sparsehash conda install -c bioconda sparsehash
export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR}/include export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR}/include
# replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git@v1.4.0 pip install --upgrade git+https://github.com/mit-han-lab/torchsparse.git@v1.4.0
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment