open-mmlab / mmtracking

OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
https://mmtracking.readthedocs.io/en/latest/
Apache License 2.0
3.51k stars 587 forks source link

Facing version compatibility issue #845

Open aswinjose89 opened 1 year ago

aswinjose89 commented 1 year ago

/opt/conda/lib/python3.7/site-packages/mmcv/init.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details. 'On January 1, 2023, MMCV will release v2.0.0, in which it will remove ' Traceback (most recent call last): File "demo/demo_mot_vis.py", line 9, in from mmtrack.apis import inference_mot, init_model File "/mmtracking/mmtrack/apis/init.py", line 2, in from .inference import inference_mot, inference_sot, inference_vid, init_model File "/mmtracking/mmtrack/apis/inference.py", line 9, in from mmcv.ops import RoIPool File "/opt/conda/lib/python3.7/site-packages/mmcv/ops/init.py", line 3, in from .active_rotated_filter import active_rotated_filter File "/opt/conda/lib/python3.7/site-packages/mmcv/ops/active_rotated_filter.py", line 12, in ['active_rotated_filter_forward', 'active_rotated_filter_backward']) File "/opt/conda/lib/python3.7/site-packages/mmcv/utils/ext_loader.py", line 13, in load_ext ext = importlib.import_module('mmcv.' + name) File "/opt/conda/lib/python3.7/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory

My Cuda Version is 11.3 GPU: NVIDIA A100 GPU Driver Version: 525.85.12

Torch Version: image

asaini68-gtri commented 11 months ago

Same issue here. Were you able to find a solution?