Skip to content

ForteFibre/bbox_ex_msgs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

Extended message for darknet_ros_msgs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%