mirror of
https://gitlab.com/yikestone/ros_openvino_tiny-yolov3.git
synced 2025-08-03 05:34:12 +05:30
17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
string label
|
|
|
|
#confidence of result
|
|
float32 confidence
|
|
|
|
#normalized value of box center point coordinate x
|
|
float32 x
|
|
|
|
#normalized value of box center point coordinate y
|
|
float32 y
|
|
|
|
#normalized value of box height
|
|
float32 h
|
|
|
|
#normalized value of box width
|
|
float32 w
|