Open smoolya17 opened 5 years ago
Whenever I try to run from mmdet.models import build_detector i get an error saying ImportError: cannot import name 'deform_conv_cuda' What can I do to avoid this error?
from mmdet.models import build_detector
ImportError: cannot import name 'deform_conv_cuda'
Run this python setup.py develop
Whenever I try to run
from mmdet.models import build_detector
i get an error sayingImportError: cannot import name 'deform_conv_cuda'
What can I do to avoid this error?