3d Bounding box visualization of the 2d detected objects in RVIZ.
$ sudo apt-get install ros-kinetic-cv-bridge ros-kinetic-image-transport ros-kinetic-pcl-ros
$ cd BBox3d
$ cp -r ./* ~/catkin_ws/src/
$ roscd
$ catkin_make
$ roslaunch darknet_ros darknet_ros.launch
$ roslaunch bbox3d bbox3d.launch
Less delay and better bounding box computation. Please run the following commands to start detection:
$ roslaunch darknet_ros darnet_ros.launch
$ roslaunch bbox3d bbox3d_ver2.launch
Version-3 provides tracking along with bounding box computation. It saves the labels of tracked objects in Kitti data fromat in the file /tmp/labels.txt and also saves the segmented point cloud in /tmp directory. To enable writing the point clouds please set the enable_pcd_write argument to true inside bbox3d_ver3.launch file. To clearly see the segmented point cloud (White) in RVIZ just unsubscribe from /velodyne_points topic.
$ roslaunch darknet_ros darknet_ros.launch
$ roslaunch bbox3d bbox3d_ver3.launch