Unverified Commit eb77ff16 authored by Wenhao Wu's avatar Wenhao Wu Committed by GitHub
Browse files

[Fix] Updating mmcv_version to be consistent with mmseg and to support the mmcli (#547)

* [Fix] Updating mmcv_version to be consistent with mmseg and to support MMCLI

* updating get_started.md

* updating mminstall to be the pip requirement format
parent 672cf58d
......@@ -12,7 +12,7 @@ The required versions of MMCV, MMDetection and MMSegmentation for different vers
| MMDetection3D version | MMDetection version | MMSegmentation version | MMCV version |
|:-------------------:|:-------------------:|:-------------------:|:-------------------:|
| master | mmdet>=2.10.0, <=2.11.0| mmseg>=0.13.0 | mmcv-full>=1.2.4, <=1.4|
| master | mmdet>=2.10.0, <=2.11.0| mmseg>=0.13.0 | mmcv-full>=1.3.1, <=1.4|
| 0.13.0 | mmdet>=2.10.0, <=2.11.0| Not required | mmcv-full>=1.2.4, <=1.4|
| 0.12.0 | mmdet>=2.5.0, <=2.11.0 | Not required | mmcv-full>=1.2.4, <=1.4|
| 0.11.0 | mmdet>=2.5.0, <=2.11.0 | Not required | mmcv-full>=1.2.4, <=1.4|
......
......@@ -17,7 +17,7 @@ def digit_version(version_str):
return digit_version
mmcv_minimum_version = '1.2.4'
mmcv_minimum_version = '1.3.1'
mmcv_maximum_version = '1.4.0'
mmcv_version = digit_version(mmcv.__version__)
......
mmcv-full 1.2.4 1.4.0
mmdet 2.11.0 2.12.0
mmseg 0.13.0 0.13.0
mmcv-full>=1.3.1,<=1.4.0
mmdet>=2.11.0,<=2.12.0
mmseg>=0.13.0,<=0.13.0
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