Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 841 Bytes

evaluate_box_segmentation_by_gt_box.rst

File metadata and controls

43 lines (23 loc) · 841 Bytes

evaluate_box_segmentation_by_gt_box.py

What is this?

image

Evaluate three-dimensional box segmentation by a gt. (ground truth) bounding box.

Subscribing Topic

  • ~input/box_gt (jsk_recognition_msgs/BoundingBox)

    GT. bounding box.

  • ~input/box (jsk_recognition_msgs/BoundingBox)

    Input bounding box.

Publishing Topic

  • ~output (jsk_recognition_msgs/Accuracy)

    Accuracy of box segmentation evaluated by gt. box.


volumegt = Volume(boxgt ∩ box)

$$accuracy = \frac{volume^{gt}}{Volume(box^{gt}) + Volume(box) - volume^{gt}}$$

Sample

roslaunch jsk_pcl_ros_utils sample_evaluate_box_segmentation_by_gt_box.launch