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 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+
1024Note: You need to run ` pip uninstall mmcv ` first if you have mmcv installed.
1125If mmcv and mmcv-full are both installed, there will be ` ModuleNotFoundError ` .
1226
You can’t perform that action at this time.
0 commit comments