HKUST-Aerial-Robotics / Stereo-RCNN

Code for 'Stereo R-CNN based 3D Object Detection for Autonomous Driving' (CVPR 2019)
MIT License
690 stars 177 forks source link

ImportError: cannot import name '_C' #80

Open Yimuer opened 3 years ago

Yimuer commented 3 years ago

Traceback (most recent call last): File "E:/All Code Files/python files/Stereo-RCNN/demo.py", line 29, in from model.roi_layers import nms File "E:\All Code Files\python files\Stereo-RCNN\lib\model\roi_layers__init__.py", line 3, in from .nms import nms File "E:\All Code Files\python files\Stereo-RCNN\lib\model\roi_layers\nms.py", line 3, in from model import _C ImportError: cannot import name '_C'

yao666-creater commented 3 years ago

I also encountered this problem, have you solved it now?

Wyx9352 commented 3 years ago

Have you built it yet? The build command is in the "0.2.build" step of the readme file. I solved the problem after I built it

yao666-creater commented 3 years ago

Have you built it yet? The build command is in the "0.2.build" step of the readme file. I solved the problem after I built it

Thank you for your reply, I have solved this problem

abhishekt711 commented 3 years ago

Please post the solution. How you had solved this problem?

Lq112211 commented 2 years ago

Have you built it yet? The build command is in the "0.2.build" step of the readme file. I solved the problem after I built it

Thank you for your reply, I have solved this problem

How did you solve it? Can you tell me more details about it.