From 63a9516b94d37f8437b5004aaff346000e4432d1 Mon Sep 17 00:00:00 2001 From: sennnnn <58427300+sennnnn@users.noreply.github.com> Date: Tue, 18 May 2021 01:43:13 +0800 Subject: [PATCH] Add compatible MMSegmentation and MMCV version table. (#558) --- docs/get_started.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/get_started.md b/docs/get_started.md index 58626d695..aa6c7fe5b 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -7,6 +7,20 @@ - GCC 5+ - [MMCV](https://mmcv.readthedocs.io/en/latest/#installation) +The compatible MMSegmentation and MMCV versions are as below. Please install the correct version of MMCV to avoid installation issues. + +| MMSegmentation version | MMCV version | +|:-------------------:|:-------------------:| +| master | mmcv-full>=1.3.1, <1.4.0 | +| 0.13.0 | mmcv-full>=1.3.1, <1.4.0 | +| 0.12.0 | mmcv-full>=1.1.4, <1.4.0 | +| 0.11.0 | mmcv-full>=1.1.4, <1.3.0 | +| 0.10.0 | mmcv-full>=1.1.4, <1.3.0 | +| 0.9.0 | mmcv-full>=1.1.4, <1.3.0 | +| 0.8.0 | mmcv-full>=1.1.4, <1.2.0 | +| 0.7.0 | mmcv-full>=1.1.2, <1.2.0 | +| 0.6.0 | mmcv-full>=1.1.2, <1.2.0 | + Note: You need to run `pip uninstall mmcv` first if you have mmcv installed. If mmcv and mmcv-full are both installed, there will be `ModuleNotFoundError`.