huanglianghua/GlobalTrack

ImportError: libcudart.so.9.0

Opened this issue · 1 comments

`Traceback (most recent call last):

File "tools/test_global_track.py", line 6, in
import _init_paths
File "/home/huchenjie/CODE/GlobalTrack-master/_init_paths.py", line 6, in
from modules import *
File "/home/huchenjie/CODE/GlobalTrack-master/modules/init.py", line 1, in
from .modulators import *
File "/home/huchenjie/CODE/GlobalTrack-master/modules/modulators.py", line 3, in
from mmdet.models.roi_extractors import SingleRoIExtractor
File "_submodules/mmdetection/mmdet/models/init.py", line 1, in
from .anchor_heads import * # noqa: F401,F403
File "_submodules/mmdetection/mmdet/models/anchor_heads/init.py", line 1, in
from .anchor_head import AnchorHead
File "_submodules/mmdetection/mmdet/models/anchor_heads/anchor_head.py", line 8, in
from mmdet.core import (AnchorGenerator, anchor_target, delta2bbox, force_fp32,
File "_submodules/mmdetection/mmdet/core/init.py", line 6, in
from .post_processing import * # noqa: F401, F403
File "_submodules/mmdetection/mmdet/core/post_processing/init.py", line 1, in
from .bbox_nms import multiclass_nms
File "_submodules/mmdetection/mmdet/core/post_processing/bbox_nms.py", line 3, in
from mmdet.ops.nms import nms_wrapper
File "_submodules/mmdetection/mmdet/ops/init.py", line 2, in
from .dcn import (DeformConv, DeformConvPack, DeformRoIPooling,
File "_submodules/mmdetection/mmdet/ops/dcn/init.py", line 1, in
from .deform_conv import (DeformConv, DeformConvPack, ModulatedDeformConv,
File "_submodules/mmdetection/mmdet/ops/dcn/deform_conv.py", line 9, in
from . import deform_conv_cuda
ImportError: libcudart.so.9.0: cannot open shared object file: No such file or directory
`
Thank you for the code.I installed the environment as required and successfully compiled the Cpp/CUDA extensions.The only difference is that pytorch 1.1.0 was replaced by pytorch 1.5.1.The above error occurred while I was running 'test_global_track.py',I tried many ways but failed to solve the problem,so I hope to get help from the author and other friends.

I used Pytorch1.5.1 because of cuda10.2 on my server