Open gyubeomim opened 6 years ago
+) 180516
.npy
& squeezeseg
& ROS publish
code added.
It means you don't have to make pred_~~~.npy
files and just using .npy
file to predict classes.
code is running like this
sqeeuze_seg/points
topicrun command is
$ roslaunch kitti_velodyne_to_ros npy_tensorflow_to_ros.launch
but you have to modify parameters in .launch
before running command
+) 180828
/velodyne_points
to [512, 64] c++ conversion ROS package added.
squeezeseg_cpp_preprocessing
folder to your ROS workspacescript/online.py
and modify checkpoint path to your systemscript/segment_node.py
and modify sys.path.append
path as well catkin_make
roslaunch squeezeseg_cpp_preprocessing ss_cpp_preprocessing.launch
squeeze_seg/points
topic whether publishing correctly or not.this codes STRONGLY inspired from https://github.com/durant35/SqueezeSeg
.bag
file which have velodyne points NOW.@tigerk0430 Hi! Thank you very much for sharing! When I run the command: roslaunch squeezeseg_cpp_preprocessing ss_cpp_preprocessing.launch I have encountered the following problem, it stopped running.
Hello @MoonWolf9067 ,
I think you typed correct command.
open another terminal and type rqt
.
If it's working correctly, It's waiting for data from velodyne_points
topic
Thank you very much for your reply! I open another terminal and type rqt, but it does not work. Can you run the command successfully? I am looking forward to your reply.
@MoonWolf9067
You're welcome, I'll be very busy by Thursday afternoon due to the conference presentation. after that, I'll answer your question with more detail.
Thank you!
I am very happy to receive your reply, thank you very much.
hello @MoonWolf9067
I tried squeezeseg_cpp_preprocessing
ROS Package and run it.
and result looks like this without any error
and this is rqt node graph
the ROS Package works fine. then your machine has something imcompatible program which need to be fixed.
I think this is because libuuid.so.1
issue but I'm not sure. take a look below link
https://github.com/conda-forge/libuuid-feedstock/issues/15
googling error sentence and fix it first.
Thank you!
Thank you very much!I found out that I have a problem with the ros I installed.
hi,thank you very much for your sharing ,but when i run roslaunch squeezeseg_cpp_preprocessing ss_cpp_preprocessing.launch,i get an error like this ,can you help me to solve this problem? i will appreciate it very much /home/lxa/图片/2020-02-08 13-16-52屏幕截图.png
@lxa199709
I haven't maintained this PR for several months, so I'm not sure I can deal with your prob.
by the way, your figure doesn't show correctly. I couldn't see anything. could you upload the figure agian?
Hello, I have a problem: After I run the "rqt" I got nothing, it is blank. Do you know any possible reason? I have already run the "roslaunch squeezeseg_cpp_preprocessing ss_cpp_preprocessing.launch" and play the rosbag data.
@MoonWolf9067 Hello, I got the exact same error as yours. I got nothing after running rqt. May I ask how do you solve the issue?
I've added
.npy
file visualizer for ROS Rviz.It isn't perfect but It's useful when you check your evaluate files.
It's using
.npy
file then you need to havelidar_2d
folder's.npy
fileeval.sh
'spred_~~~.npy
file (you need to modifyeval.py
codes to make this files) 2.1 after runningeval.sh
, It doesn't createpred_~~~.npy
file but you can createpred_~~~.npy
file by addingnp.save()
code afterpred_cls = ~~
code parts.for more details, see
README.md