Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
b4f57243
Unverified
Commit
b4f57243
authored
May 17, 2023
by
Sun Jiahao
Committed by
GitHub
May 17, 2023
Browse files
[Docs] Fix installation of Minkowski (#2534)
parent
65e28327
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
docs/en/get_started.md
docs/en/get_started.md
+3
-0
docs/zh_cn/get_started.md
docs/zh_cn/get_started.md
+3
-0
No files found.
docs/en/get_started.md
View file @
b4f57243
...
...
@@ -94,6 +94,8 @@ Note:
```
shell
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"
```
...
...
@@ -109,6 +111,7 @@ Note:
```
shell
conda
install
-c
bioconda sparsehash
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
```
...
...
docs/zh_cn/get_started.md
View file @
b4f57243
...
...
@@ -92,6 +92,8 @@ mim install "mmdet3d>=1.1.0rc0"
```
shell
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"
```
...
...
@@ -107,6 +109,7 @@ mim install "mmdet3d>=1.1.0rc0"
```
shell
conda
install
-c
bioconda sparsehash
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
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment