"tests/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "6f6b17e65f64fa21c7e5fc71f8fb28f23b6097f1"
Unverified Commit b3a6346e authored by Jetze Schuurmans's avatar Jetze Schuurmans Committed by GitHub
Browse files

[Fix] Fix bug in the installation of `mmsegmentation` in Dockerfile (#565)



* pip install mmsegmentation

Change from mmseg to mmsegmentation.

* Update Dockerfile
Co-authored-by: default avatarYezhen Cong <52420115+THU17cyz@users.noreply.github.com>
parent 4af2144c
...@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build ...@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build
# Install MMCV, MMDetection and MMSegmentation # Install MMCV, MMDetection and MMSegmentation
RUN pip install mmcv-full==latest+torch1.6.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html RUN pip install mmcv-full==latest+torch1.6.0+cu101 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html
RUN pip install mmdet==2.11.0 RUN pip install mmdet==2.11.0
RUN pip install mmseg RUN pip install mmsegmentation==0.13.0
# Install MMDetection3D # Install MMDetection3D
RUN conda clean --all RUN conda clean --all
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment