2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
Tagged withYOLO format, one for each image*.txt
file (not required if there are no objects in the image)*.txt
document).*.txt
The file specifications are as follows:
One row per object
Each line isclass x_center y_center width height
Format.
The bounding box coordinates must beNormalizedxywh
format (from 0 to 1). If the box is in pixels, thenx_center
andwidth
Divide by the image width,y_center
andheight
Divide by the image height.
Class numbers are zero-indexed (starting at 0).
The label file corresponding to the above picture contains 2 people (type0
) and a tie (type27
):The label file corresponding to the above picture contains 2 people (type
0
) and a tie (type27
):