Skip to content

Commit 619a3c2

Browse files
[Enhancement] Remove mmdet and mmcls from mminstall (open-mmlab#2642)
## Motivation As the mmdet and mmcls are not very stabel, and mim can install repo from source code, we remove them from mminstall and they won't be installed automatically when run `mim install mmsegmentation` ## Modification 1. remove mmdet and mcls from mminstall 2. add explanation in faq --------- Co-authored-by: MengzhangLI <[email protected]>
1 parent 53fe1cc commit 619a3c2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/en/notes/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ The compatible MMSegmentation, MMCV and MMEngine versions are as below. Please i
1717
| 1.0.0rc1 | mmcv >= 2.0.0rc1, \<=2.0.0rc3> | MMEngine >= 0.1.0 | mmcls>=1.0.0rc0 | Not required |
1818
| 1.0.0rc0 | mmcv >= 2.0.0rc1, \<=2.0.0rc3> | MMEngine >= 0.1.0 | mmcls>=1.0.0rc0 | Not required |
1919

20-
Notes: To install MMSegmentation 0.x and master branch, please refer to [the faq 0.x document](https://mmsegmentation.readthedocs.io/en/latest/faq.html#installation) to check compatible versions of MMCV.
20+
Notes:
21+
22+
- MMClassification and MMDetatction are optional for MMSegmentation. If you didn't install them, `ConvNeXt` (required MMClassification) and MaskFormer, Mask2Former (required MMDetection) cannot be used. We recommend to install them with source code. Please refer to [MMClasssication](https://github.com/open-mmlab/mmclassification) and [MMDetection](https://github.com/open-mmlab/mmdetection) for more details about their installation.
23+
24+
- To install MMSegmentation 0.x and master branch, please refer to [the faq 0.x document](https://mmsegmentation.readthedocs.io/en/latest/faq.html#installation) to check compatible versions of MMCV.
2125

2226
## How to know the number of GPUs needed to train the model
2327

requirements/mminstall.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
mmcls>=1.0.0rc0
21
mmcv>=2.0.0rc4
3-
-e git+https://github.com/open-mmlab/[email protected]#egg=mmdet
42
mmengine>=0.5.0,<1.0.0

0 commit comments

Comments
 (0)