Skip to content

Commit 63a9516

Browse files
authored
Add compatible MMSegmentation and MMCV version table. (open-mmlab#558)
1 parent 524425c commit 63a9516

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/get_started.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
- GCC 5+
88
- [MMCV](https://mmcv.readthedocs.io/en/latest/#installation)
99

10+
The compatible MMSegmentation and MMCV versions are as below. Please install the correct version of MMCV to avoid installation issues.
11+
12+
| MMSegmentation version | MMCV version |
13+
|:-------------------:|:-------------------:|
14+
| master | mmcv-full>=1.3.1, <1.4.0 |
15+
| 0.13.0 | mmcv-full>=1.3.1, <1.4.0 |
16+
| 0.12.0 | mmcv-full>=1.1.4, <1.4.0 |
17+
| 0.11.0 | mmcv-full>=1.1.4, <1.3.0 |
18+
| 0.10.0 | mmcv-full>=1.1.4, <1.3.0 |
19+
| 0.9.0 | mmcv-full>=1.1.4, <1.3.0 |
20+
| 0.8.0 | mmcv-full>=1.1.4, <1.2.0 |
21+
| 0.7.0 | mmcv-full>=1.1.2, <1.2.0 |
22+
| 0.6.0 | mmcv-full>=1.1.2, <1.2.0 |
23+
1024
Note: You need to run `pip uninstall mmcv` first if you have mmcv installed.
1125
If mmcv and mmcv-full are both installed, there will be `ModuleNotFoundError`.
1226

0 commit comments

Comments
 (0)