Skip to content

masakifujiwara1/bbox_ex_msgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

bbox_ex_msgs

Extended message for darknet_ros_msgs.

msgs/BoundingBoxes.msg

  • header (std_msgs/Header)
  • image_header (std_msgs/Header)
  • bounding_boxes (BoundingBox[])

msgs/BoundingBox.msg

  • probability (float32)
  • xmin (uint16)
  • ymin (uint16)
  • xmax (uint16)
  • ymax (uint16)
  • id (uint16)
  • img_width (uint16)
  • img_height (uint16)
  • center_dist (uint32)
  • class_id (string)

bbox_ex_msgs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published