akhil22 / bbox3d

7 stars 1 forks source link

Bbox3d

3d Bounding box visualization of the 2d detected objects in RVIZ.

Installation:

Running Version 3:

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