Hasty JSON v1.1
Our own export format that uses a similar structure to COCO, but builds on top of it with added complexity
JSON Example
The Project object
Attributes for the Project object
project_name string\
The name of the project
create_date string\
The project creation date in format YYYY-MM-DD HH:MI:SSZ
export_format_version string\
Internal file format version
export_date string\
The project export date in format YYYY-MM-DD HH:MI:SSZ
label_classes list of Label Class objects\
Projects label classes
attributes list of attribute objects
images list of Image objects\
The list of images and associated labels
The Label Class object
Attributes for the Label Class object
class_name string\
The name of the class
color string\
Associated with the label class color, in format #RRGGBBAA
class_type string Class type, "object" or "background"
attributes list of strings\
attributes of the label class
The Image object
Attributes for the Image object
image_name string\
The image filename
dataset_name string\
Dataset name
width integer\
Image width in pixels
height integer\
Image height in pixels
image_status string\
Image status. Possible values:
- NEW
- IN PROGRESS
- TO REVIEW
- SKIPPED
- DONE
labels _list o_f label object\
The list of labels associated with the image
tags list\
list of strings
The Label object
Attributes for the Label object
class_name string\
The name of the class
bbox list of integers or null\
Bounding box label. 4 numbers. [X_top_left, Y_top_left, X_bottom_right, Y_bottom_right].
polygon list of the list of integers or null\
Polygon coordinates, list of polygon vertices (x0, y0), (x1, y1), ...
mask list of integers or null\
RLE Encoded mask
z_index integer\
The z-index property specifies the stack order of an element. An element with a greater stack order is always in front of an element with a lower stack order.
attributes dictionary\
Attribute object
The Attribute object
Attributes for the Attribute object
name string\
The name of the attribute
type string\
Possible values:
- SELECTION
- MULTIPLE-SELECTION
- TEXT
- INT
- FLOAT
- BOOL
value list\
The list of the values of attributes