Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name '_C' #80

Open
Yimuer opened this issue Dec 26, 2020 · 5 comments
Open

ImportError: cannot import name '_C' #80

Yimuer opened this issue Dec 26, 2020 · 5 comments

Comments

@Yimuer
Copy link

Yimuer commented Dec 26, 2020

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
Copy link

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

@Wyx9352
Copy link

Wyx9352 commented Apr 14, 2021

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
Copy link

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
Copy link

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

@Lq112211
Copy link

Lq112211 commented Oct 8, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants