Picsart-AI-Research / SeMask-Segmentation

[NIVT Workshop @ ICCV 2023] SeMask: Semantically Masked Transformers for Semantic Segmentation
https://arxiv.org/abs/2112.12782
Other
251 stars 36 forks source link

AssertionError: MMCV==1.7.2 is used but incompatible. Please install mmcv>=[1, 1, 4], <=[1, 3, 0]. #40

Open bbbts opened 3 months ago

bbbts commented 3 months ago

Tried to run the inference by running the following command - "python tools/test.py --eval mIoU" And getting the following error - "AssertionError: MMCV==1.7.2 is used but incompatible. Please install mmcv>=[1, 1, 4], <=[1, 3, 0]."

Kindly help.