BichenWuUCB / SqueezeSeg

Implementation of SqueezeSeg, convolutional neural networks for LiDAR point clout segmentation
BSD 2-Clause "Simplified" License
566 stars 239 forks source link

ImportError: No module named 'kitti_squeezeSeg_config' #50

Open jashshah999 opened 4 years ago

jashshah999 commented 4 years ago

I am getting an error when trying to run demo.py. It says that there is no module named kitti_squeezeSeg_config. How do I obtain this module? The exact error is as shown below:

Traceback (most recent call last): File "demo.py", line 20, in from config import * File "/home/jashshah999/TensorFlow/venv/SqueezeSeg/src/config/init.py", line 1, in from kitti_squeezeSeg_config import kitti_squeezeSeg_config ImportError: No module named 'kitti_squeezeSeg_config'

Any help is appreciated Thanks

barsaiyaniith commented 4 years ago

@jashshah999 Check in your Squeeze Seg directory -> src - > config -> kitti_squeezeSeg_config_py and kitti_Squeeze_seg_config_pyc are present or not, if not then again git-clone the directory to avoid any further errors, I don't think any other reason for this error. As I am also doing this project for the first time maybe I am not seeing any other reasons but give it a try maybe it solves your problem. Cheers !!!!

mp0312 commented 6 months ago

I have the same question.Do you solve it?