SqueezeSeg icon indicating copy to clipboard operation
SqueezeSeg copied to clipboard

ImportError: No module named 'kitti_squeezeSeg_config'

Open jashshah999 opened this issue 4 years ago • 2 comments

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

jashshah999 avatar Jul 01 '20 05:07 jashshah999

@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 !!!!

barsaiyaniith avatar Jul 02 '20 20:07 barsaiyaniith

I have the same question.Do you solve it?

mp0312 avatar Apr 08 '24 12:04 mp0312