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
Thanks for sharing the code! When I run preprocess.py, I have the following error:
Traceback (most recent call last):
File "preprocess.py", line 11, in
from lib.grndseg import segmentation
ImportError: cannot import name 'segmentation' from 'lib.grndseg' (unknown location)
Does it mean I didn't compile the code in lib/grndseg successfully? Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for sharing the code! When I run
preprocess.py
, I have the following error:Traceback (most recent call last):
File "preprocess.py", line 11, in
from lib.grndseg import segmentation
ImportError: cannot import name 'segmentation' from 'lib.grndseg' (unknown location)
Does it mean I didn't compile the code in
lib/grndseg
successfully? Thanks!The text was updated successfully, but these errors were encountered: