xuanyuzhou98 / SqueezeSegV2

Implementation of SqueezeSegV2, Improved Model Structure and Unsupervised Domain Adaptation for Road-Object Segmentation from a LiDAR Point Cloud
BSD 2-Clause "Simplified" License
231 stars 69 forks source link

No module named 'kitti_squeezeSeg_config' #37

Open MXA404 opened 1 year ago

MXA404 commented 1 year ago

there is a strange error that are shown in the code when running the demo.py since it says that

SqueezeSegV2\src\config__init__.py", line 1, in import kitti_squeezeSeg_config ModuleNotFoundError: No module named 'kitti_squeezeSeg_config'

even though the file are there

mp0312 commented 3 months ago

are you solve it ? I have the same question