Skip to content

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

Description

@NoOneWannaDieTooFast

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions