mmdetection
mmdetection copied to clipboard
loosen version constraint with mmcv
Motivation
To resolve version compatibility issue with mmcv
( mmcv cannot be used with mmdet on torch above 2.2.x )
- #11763
Modification
Enabled mmcv==2.2.0
Checklist
- Pre-commit or other linting tools are used to fix the potential lint issues.
- The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
- If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMPreTrain.
- The documentation has been modified accordingly, like docstring or example tutorials.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Duplicate of https://github.com/open-mmlab/mmdetection/pull/11680