Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'kitti_squeezeSeg_config' #50

Open
jashshah999 opened this issue Jul 1, 2020 · 2 comments
Open

ImportError: No module named 'kitti_squeezeSeg_config' #50

jashshah999 opened this issue Jul 1, 2020 · 2 comments

Comments

@jashshah999
Copy link

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

This was referenced Jul 2, 2020
@barsaiyaniith
Copy link

@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
Copy link

mp0312 commented Apr 8, 2024

I have the same question.Do you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants