File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 94
94
95
95
``` shell
96
96
conda install openblas-devel -c anaconda
97
+ export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR} /include
98
+ # replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
97
99
pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option=" --blas_include_dirs=/opt/conda/include" --install-option=" --blas=openblas"
98
100
```
99
101
@@ -109,6 +111,7 @@ Note:
109
111
``` shell
110
112
conda install -c bioconda sparsehash
111
113
export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR} /include
114
+ # replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
112
115
pip install --upgrade git+https://github.com/mit-han-lab/
[email protected]
113
116
```
114
117
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ mim install "mmdet3d>=1.1.0rc0"
92
92
93
93
``` shell
94
94
conda install openblas-devel -c anaconda
95
+ export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR} /include
96
+ # replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
95
97
pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option=" --blas_include_dirs=/opt/conda/include" --install-option=" --blas=openblas"
96
98
```
97
99
@@ -107,6 +109,7 @@ mim install "mmdet3d>=1.1.0rc0"
107
109
``` shell
108
110
conda install -c bioconda sparsehash
109
111
export CPLUS_INCLUDE_PATH=CPLUS_INCLUDE_PATH:${YOUR_CONDA_ENVS_DIR} /include
112
+ # replace ${YOUR_CONDA_ENVS_DIR} to your anaconda environment path e.g. `/home/username/anaconda3/envs/openmmlab`.
110
113
pip install --upgrade git+https://github.com/mit-han-lab/
[email protected]
111
114
```
112
115
You can’t perform that action at this time.
0 commit comments