๐งพCSV
The CSV export format lists the labels contained in your dataset. Note that the polygon and classification labels are exported as bounding boxes.
You'll find several columns for every label:
imageId
: a unique identifier for every imageimageName
: speaks for itself...!width
: width of the image in pixelheight
: height of the image in pixelclass
: name of the label classxmin
,ymin
,xmax
,ymax
: bounding box coordinates in pixel of its top left corner and bottom right cornerimageURL
: link to the image stored in LabelFlow

Last updated
Was this helpful?