Open Yimuer opened 3 years ago
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
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?
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.
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'