-
Notifications
You must be signed in to change notification settings - Fork 93
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
Error #9
Comments
Have you build the project (follow the README)? |
That's right |
How do you build and what's the error? |
I've solved it. Thank you. |
@gui-hoon Please what is the solution for this problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if don't modify (from .nms import nms) from lanedet/ops/init.py to (from . import *) there will be an error. and if don't modify (from . import nms_impl) from lanedet/ops/nms.py to (from . import *) there will be an error.
And when run inference, there is no lanedet directory in the tools directory, resulting in module error from lanedet/tools/detect.py line 8~12. Is there any other way to remove the error?
The text was updated successfully, but these errors were encountered: