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

Meet with some problems when executing the pre-processing command #52

Open
NoOneWannaDieTooFast opened this issue Oct 15, 2024 · 0 comments

Comments

@NoOneWannaDieTooFast
Copy link

python preprocess.py --img_glob assets/demo.png --output_dir assets/preprocessed/
I encountered such exception when executing the command:
Traceback (most recent call last):
File "preprocess.py", line 23, in
from misc.pano_lsd_align import panoEdgeDetection, rotatePanorama
File "E:\project\newProject1\model\misc\pano_lsd_align.py", line 16, in
from pylsd.lsd import lsd
File "C:\Users\KK\AppData\Local\Programs\Python\Python38\lib\site-packages\pylsd_init_.py", line 8, in
from lsd import lsd
ModuleNotFoundError: No module named 'lsd'

Is it the problem with pylsd?

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

1 participant