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
d85f58ab
"examples/pytorch/vscode:/vscode.git/clone" did not exist on "8f99b1319364addc911029f3f33f7416bad04480"
Unverified
Commit
d85f58ab
authored
Apr 01, 2022
by
Shilong Zhang
Committed by
GitHub
Apr 01, 2022
Browse files
add quick install command (#1366)
parent
0f55643c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
docs/en/getting_started.md
docs/en/getting_started.md
+19
-0
docs/zh_cn/getting_started.md
docs/zh_cn/getting_started.md
+18
-0
No files found.
docs/en/getting_started.md
View file @
d85f58ab
...
@@ -37,6 +37,25 @@ The required versions of MMCV, MMDetection and MMSegmentation for different vers
...
@@ -37,6 +37,25 @@ The required versions of MMCV, MMDetection and MMSegmentation for different vers
## Install MMDetection3D
## Install MMDetection3D
### Quick installation instructions script
Assuming that you already have CUDA 11.0 installed, here is a full script for quick installation of MMDetection3D with conda.
Otherwise, you should refer to the step-by-step installation instructions in the next section.
```
shell
conda create
-n
open-mmlab
python
=
3.7
pytorch
=
1.9
cudatoolkit
=
11.0 torchvision
-c
pytorch
-y
conda activate open-mmlab
pip3
install
openmim
mim
install
mmcv-full
mim
install
mmdet
mim
install
mmsegmentation
git clone https://github.com/open-mmlab/mmdetection3d.git
cd
mmdetection3d
pip3
install
-e
.
```
### Step-by-step installation instructions
**a. Create a conda virtual environment and activate it.**
**a. Create a conda virtual environment and activate it.**
```
shell
```
shell
...
...
docs/zh_cn/getting_started.md
View file @
d85f58ab
...
@@ -34,6 +34,24 @@
...
@@ -34,6 +34,24 @@
## MMdetection3D 安装流程
## MMdetection3D 安装流程
### 快速安装脚本
如果你已经成功安装 CUDA 11.0,那么你可以使用这个快速安装命令进行 MMDetection3D 的安装。 否则,则参考下一小节的详细安装流程。
```
shell
conda create
-n
open-mmlab
python
=
3.7
pytorch
=
1.9
cudatoolkit
=
11.0 torchvision
-c
pytorch
-y
conda activate open-mmlab
pip3
install
openmim
mim
install
mmcv-full
mim
install
mmdet
mim
install
mmsegmentation
git clone https://github.com/open-mmlab/mmdetection3d.git
cd
mmdetection3d
pip3
install
-e
.
```
### 详细安装流程
**a. 使用 conda 新建虚拟环境,并进入该虚拟环境。**
**a. 使用 conda 新建虚拟环境,并进入该虚拟环境。**
```
shell
```
shell
...
...
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