Skip to content

Update env.md - Fixed typo in documentation #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: mian
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions env.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pip install mmsegmentation==0.14.1

### Install mmdetection3d

Currently we are usingmmdetection3d of version 0.17.x . To install mmdet3d, please first download the releases of 0.17.x from <https://github.com/open-mmlab/mmdetection3d/releases>, unzip the code and rename the folder to `mmdetection3d`. Then run
Currently we are using mmdetection3d of version 0.17.x . To install mmdet3d, please first download the releases of 0.17.x from <https://github.com/open-mmlab/mmdetection3d/releases>, unzip the code and rename the folder to `mmdetection3d`. Then run

```
wget https://github.com/open-mmlab/mmdetection3d/archive/refs/tags/v0.17.3.zip
Expand All @@ -55,4 +55,4 @@ Run
pip install -r requirements.txt
```

to install all requirements.
to install all requirements.