-
Notifications
You must be signed in to change notification settings - Fork 62
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 'line_optim' from 'line_refinement' (unknown location) #28
Comments
Hi, did you correctly installed deeplsd with the full install, as described in the ReadMe? |
Hi-jacking this. Does line refinement mean e.g. double lines will be merged into one with the |
No, the line refinement is only meant to slightly move a bit the lines to make them perfectly fit the predicted distance and angle fields. So you would keep the same number of lines, including double lines. |
Hello, it also appears after I complete the configuration according to full install. |
Hi, can you send here the full output that you get after running the full install command? |
line_optim is defined in the Note that you only need it to refine lines, but if you just want to use the base version of DeepLSD for inference, you don't need it. The Readme explains how to do this quickstart install. |
I solved it, thank you very much。 |
How was it resolved? |
there is no such a file named 'line_optim' in the file'line_refinement',
how to import line_optim from line_refinement in the file deeplsd/models/deeplsd.py?
The text was updated successfully, but these errors were encountered: