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 compatibility #924

Open
DiegoHerrera1890 opened this issue Dec 12, 2023 · 0 comments
Open

mmcv compatibility #924

DiegoHerrera1890 opened this issue Dec 12, 2023 · 0 comments

Comments

@DiegoHerrera1890
Copy link

Dear community,
I am currently using mmpose with mmcv 2.1.0.
but I also want to run mmTracking but I got an error related to mmcv version, mmTrack require mmcv>=1.3.17, <2.0.0.

Traceback (most recent call last):
  File "/home/diego/Documents/mmtracking/demo/demo_mot_vis.py", line 9, in <module>
    from mmtrack.apis import inference_mot, init_model
  File "/home/diego/Documents/mmtracking/mmtrack/__init__.py", line 62, in <module>
    assert (mmcv_min_version <= mmcv_version < mmcv_max_version), \
AssertionError: MMCV==2.1.0 is used but incompatible. Please install mmcv>=1.3.17, <2.0.0.

What should I do in this case?

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

1 participant