Skip to content

Commit

Permalink
upgrade mmcv version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiliu8006 committed Mar 23, 2021
1 parent 28828ee commit b77cc88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ The required versions of MMCV and MMDetection for different versions of MMDetect

| MMDetection3D version | MMDetection version | MMCV version |
|:-------------------:|:-------------------:|:-------------------:|
| master | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.3|
| 0.11.0 | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.3|
| 0.10.0 | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.3|
| 0.9.0 | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.3|
| 0.8.0 | mmdet>=2.5.0 | mmcv-full>=1.1.5, <=1.3|
| 0.7.0 | mmdet>=2.5.0 | mmcv-full>=1.1.5, <=1.3|
| master | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.4|
| 0.11.0 | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.4|
| 0.10.0 | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.4|
| 0.9.0 | mmdet>=2.5.0 | mmcv-full>=1.2.4, <=1.4|
| 0.8.0 | mmdet>=2.5.0 | mmcv-full>=1.1.5, <=1.4|
| 0.7.0 | mmdet>=2.5.0 | mmcv-full>=1.1.5, <=1.4|
| 0.6.0 | mmdet>=2.4.0 | mmcv-full>=1.1.3, <=1.2|
| 0.5.0 | 2.3.0 | mmcv-full==1.0.5|

Expand Down
2 changes: 1 addition & 1 deletion mmdet3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def digit_version(version_str):


mmcv_minimum_version = '1.2.4'
mmcv_maximum_version = '1.3.0'
mmcv_maximum_version = '1.4.0'
mmcv_version = digit_version(mmcv.__version__)


Expand Down

0 comments on commit b77cc88

Please sign in to comment.