-
Notifications
You must be signed in to change notification settings - Fork 418
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 while running demo.py
because of commented code in lib.core.postprocess
#4
Comments
Thank you! Fix this bug in the latest commit. |
Its not done yet, should I make a PR? Is that what you mean ? |
Sorry about that, may be you can show more details about the ImportError? |
The issue was File "tools/demo.py", line 29, in <module>
from lib.core.postprocess import morphological_process, connect_components_analysis, fitlane
ImportError: cannot import name 'fitlane' from 'lib.core.postprocess' (/home/YOLOP/lib/core/postprocess.py) But this can be resolved if the code in |
pra-dan
changed the title
ImportError while running
ImportError while running Aug 29, 2021
demo.py
because of commented code in lib.core.preprocess
demo.py
because of commented code in lib.core.postprocess
Fix this in the 'import bug fixed' commit. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was about to submit a PR but thought you guys should do it rather.
The text was updated successfully, but these errors were encountered: