-
Notifications
You must be signed in to change notification settings - Fork 177
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
Comments
I also encountered this problem, have you solved it now? |
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 |
Please post the solution. How you had solved this problem? |
How did you solve it? Can you tell me more details about it. |
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'
The text was updated successfully, but these errors were encountered: