lzccccc / SMOKE

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
MIT License
696 stars 177 forks source link

ImportError: cannot import name '_ext' from 'smoke' (unknown location) #81

Open htdung167 opened 1 year ago

htdung167 commented 1 year ago

Hi, I tried to use pretrained weight to predict images on Google Colab but got error ImportError: cannot import name '_ext' from 'smoke' (unknown location). I ran "!python setup.py build develop" and "!python setup.py install" before. !python setup.py build develop image

!python setup.py install image

My code: image image

ailovejinx commented 1 year ago

I encountered the same mistake. I solved it by rebuild the DCNv2.

yugandhard007 commented 9 months ago

can you provide me the rebuild DCNv2 that you are using ... i couldnt solve the issue