You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
What should I do in this case?
The text was updated successfully, but these errors were encountered: