mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

loosen version constraint with mmcv

Open jhj0517 opened this issue 1 year ago • 1 comments

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

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMPreTrain.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

jhj0517 avatar Jun 03 '24 16:06 jhj0517

CLA assistant check
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.

CLAassistant avatar Jun 03 '24 16:06 CLAassistant

Duplicate of https://github.com/open-mmlab/mmdetection/pull/11680

mzur avatar Sep 06 '24 08:09 mzur