- データ
cls x y width height
cls x y width height
...
cls x y width height
-
cls:object-class- integer num,
0toclasses-1
- integer num,
-
x:x = absolute_x / image_width- float values, 0.0 to 1.0
- center of rectangle (not top-left corner)
-
y:y = absolute_y / image_height- float values, 0.0 to 1.0
- center of rectangle (not top-left corner)
-
width:width = absolute_width / image_width- float values, 0.0 to 1.0
-
height:height = absolute_height / image_height- float values, 0.0 to 1.0
