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

Error #9

Closed
gui-hoon opened this issue Jul 11, 2021 · 5 comments
Closed

Error #9

gui-hoon opened this issue Jul 11, 2021 · 5 comments

Comments

@gui-hoon
Copy link

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?

@Turoad
Copy link
Owner

Turoad commented Jul 11, 2021

Have you build the project (follow the README)?

@gui-hoon
Copy link
Author

That's right

@Turoad
Copy link
Owner

Turoad commented Jul 12, 2021

How do you build and what's the error?
Can you show me the screenshot?

@gui-hoon
Copy link
Author

I've solved it. Thank you.

@Turoad Turoad closed this as completed Jul 12, 2021
@Omar3esam
Copy link

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants