Skip to main content

Mask Type

Untitled



PropertyTypeDescription
image_idnumber (integer greater than or equal to 0)  ID of the uploaded image
file_namestringPath to the mask file
idnumber (integer greater than or equal to 0)ID for annotation differentiation
category_idnumber (integer greater than or equal to 0)ID of the registered category
model_metricstringModel metric information for each annotation


Format Example

[
{
"image_id" : 1,
"file_name" : "foldere/filename.jpg",
"segments_info" : [
{
"id" : 1,
"category_id" : 17,
"model_metric": "confidencescore:0.17",
},
...
]
},
...
]


Invalid Code


Error Type설명
Syntax errorThe JSON syntax is incorrect, or the ID is not a non-negative integer, or a key that does not match the template (such as Bbox, ModelMetric, etc.) is written.
Dupliacated Annotation IDDuplicate Annotation ID exists within the same key.
Dupliacated Image IDDuplicate Image ID exists within the same key.
Image ID does not existAn Image ID that has not been uploaded exists.
Category ID does not existA Category ID that has not been registered exists.
Category Type does not existThis is a Category ID that is not a mask.