Convert ROS sensor_msgs to Caffe blob input
Hi guys,
I`m new to ROS and Caffe, so maybe it's only a trivial question. My task is to dectect cones in a 3D point cloud from a lidar. Therefore I get the point cloud to ROS and do some filtering with PCL. Then I want to redirect the point cloud to a 3D CNN of Caffe. The input of the Caffe CNN is a data type called blob, it's like a 4D array. So my question is how I can convert my point cloud from a ROS sensormsg to a Caffe blob. After that I also want to give the output back to ROS which means I need a conversation from a Caffe blob to a ROS sensormsg too.
Thanks for answers
MSCderoe
Asked by MSCderoe on 2017-10-20 04:56:19 UTC
Comments