File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 7
7
- GCC 5+
8
8
- [ MMCV] ( https://mmcv.readthedocs.io/en/latest/#installation )
9
9
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
+
10
24
Note: You need to run ` pip uninstall mmcv ` first if you have mmcv installed.
11
25
If mmcv and mmcv-full are both installed, there will be ` ModuleNotFoundError ` .
12
26
You can’t perform that action at this time.
0 commit comments