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

Issue with MMCV library #66

Open
chrissunny94 opened this issue Jun 12, 2024 · 1 comment
Open

Issue with MMCV library #66

chrissunny94 opened this issue Jun 12, 2024 · 1 comment

Comments

@chrissunny94
Copy link

CUDA_VISIBLE_DEVICES=0 python tools/test.py projects/configs/VAD/VAD_base.py /path/to/ckpt.pth --launcher none --eval bbox --tmpdir tmp

Traceback (most recent call last):
  File "tools/test.py", line 22, in <module>
    from mmdet3d.apis import single_gpu_test
  File "/home/cthalia/.local/lib/python3.8/site-packages/mmdet3d/__init__.py", line 21, in <module>
    assert (mmcv_version >= digit_version(mmcv_minimum_version)
AssertionError: MMCV==1.4.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0.
@wyield
Copy link

wyield commented Aug 6, 2024

You need to reinstall mmdetection3d and check that its version is 0.17.1, then check that the corresponding dependencies are installed correctly

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