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?