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

ImportError: libcudart.so.9.0 #17

Open
huchenjie339 opened this issue Jul 25, 2020 · 1 comment
Open

ImportError: libcudart.so.9.0 #17

huchenjie339 opened this issue Jul 25, 2020 · 1 comment

Comments

@huchenjie339
Copy link

`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.

@huchenjie339
Copy link
Author

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

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