You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: