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 image
imageId
imageName: speaks for itself...!
imageName
width: width of the image in pixel
width
height: height of the image in pixel
height
class: name of the label class
class
xmin, ymin, xmax, ymax: bounding box coordinates in pixel of its top left corner and bottom right corner
xmin
ymin
xmax
ymax
imageURL: link to the image stored in LabelFlow
imageURL
For security reasons, the image URL is valid for 7 days only. You can generate a new CSV export at any time to reset the validity dates of the URLs.
Last updated 4 years ago
Was this helpful?