Stereo-RCNN icon indicating copy to clipboard operation
Stereo-RCNN copied to clipboard

ImportError: cannot import name '_C'

Open Yimuer opened this issue 4 years ago • 5 comments

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'

Yimuer avatar Dec 26 '20 04:12 Yimuer

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

yao666-creater avatar Mar 20 '21 06:03 yao666-creater

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

Wyx9352 avatar Apr 14 '21 03:04 Wyx9352

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

yao666-creater avatar Apr 14 '21 03:04 yao666-creater

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

abhishekt711 avatar Aug 19 '21 17:08 abhishekt711

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.

Lq112211 avatar Oct 08 '22 11:10 Lq112211