Tony607 / mmdetection_object_detection_demo

How to train an object detection model with mmdetection
https://www.dlology.com/blog/how-to-train-an-object-detection-model-with-mmdetection/
Other
73 stars 194 forks source link

ImportError: cannot import name 'deform_conv_cuda' #1

Open ikeaney opened 5 years ago

ikeaney commented 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.

shyamStarwalt commented 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