chongzhou96 / MaskCLIP

Official PyTorch implementation of "Extract Free Dense Labels from CLIP" (ECCV 22 Oral)

Home Page:https://www.mmlab-ntu.com/project/maskclip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

something wrong with 'mmcv'

idata-ora opened this issue · comments

commented

Traceback (most recent call last):
File "tools/test.py", line 11, in
from mmcv.parallel import MMDataParallel, MMDistributedDataParallel
ModuleNotFoundError: No module named 'mmcv.parallel'

commented

Hi, this is because mmcv.parallel has been removed since mmcv version 2.0.0, you need to downgrade your mmcv version accordingly to solve this issue.