yukitsuji / 3D_CNN_tensorflow

KITTI data processing and 3D CNN for Vehicle Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named std_msgs.msg

ljd16 opened this issue · comments

There is a error as the title shows when I run
python model_01_deconv.py

output

3D_CNN_tensorflow/input_velodyne.py", line 10, in <module>
    import std_msgs.msg
ImportError: No module named std_msgs.msg

so, where is the std_msgs?

Please install ROS in your environment.
Google it.

Thank you!
The problem has been solved.