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
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.
The text was updated successfully, but these errors were encountered:
`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.
The text was updated successfully, but these errors were encountered: