Skip to content

Commit

Permalink
fix: installation of mmdet3d
Browse files Browse the repository at this point in the history
  • Loading branch information
YTEP-ZHI committed Jun 26, 2023
1 parent 1ba0de2 commit a949a83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ pip install mmsegmentation==0.14.1
cd ~
git clone https://github.com/open-mmlab/mmdetection3d.git
cd mmdetection3d
git checkout v0.17.1 # Other versions may not be compatible.
python setup.py install
pip install -r requirements.txt # Install packages for mmdet3d
git checkout v0.17.1
pip install scipy==1.7.3
pip install scikit-image==0.20.0
pip install -v -e .
```

**h. Install UniAD.**
Expand Down

0 comments on commit a949a83

Please sign in to comment.