Open ikeaney opened 5 years ago
Thanks for the notebook!
Running through the notebook I got this error:
ImportError: cannot import name 'deform_conv_cuda'
when I run the line:
from mmdet.models import build_detector
Do you have any ideas how to fix it? Thanks.
i got a fix.... try this python setup.py develop
Thanks for the notebook!
Running through the notebook I got this error:
ImportError: cannot import name 'deform_conv_cuda'
when I run the line:
from mmdet.models import build_detector
Do you have any ideas how to fix it? Thanks.