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
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
The text was updated successfully, but these errors were encountered:
@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 !!!!
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
The text was updated successfully, but these errors were encountered: