Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMCV version #3

Closed
parthdave1210 opened this issue Jun 1, 2021 · 1 comment
Closed

MMCV version #3

parthdave1210 opened this issue Jun 1, 2021 · 1 comment

Comments

@parthdave1210
Copy link

Hey! I tried to test on the tusimple large. I ran this code

python tools/condlanenet/tusimple/test_tusimple.py configs/condlanenet/tusimple/tusimple_large_test.py D:/conditional-lane-detection-master/tusimple_large.pth

and it gives error like this

File "tools/condlanenet/tusimple/test_tusimple.py", line 16, in
from mmdet.datasets import build_dataloader, build_dataset
File "d:\conditional-lane-detection-master\mmdetection\mmdet_init_.py", line 25, in
f'MMCV=={mmcv.version} is used but incompatible. '
AssertionError: MMCV==0.5.6 is used but incompatible. Please install mmcv>=1.3.2, <=1.4.0.

What should I do?

@hustllz
Copy link
Collaborator

hustllz commented Jun 1, 2021

I guess you install the latest mmdetection?
This repo is built on mmdetection v2.0, which uses a lower version of MMCV. You can try to install mmdetection framework from this repo and MMCV==0.5.6 is OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants