iTAG saves annotation results to a .manifest file. This topic describes the data format for the labeling, review, and acceptance stages.
{
"data": {
"source": "oss://********/pics/fruit/apple-1.jpg"
},
"label-xxxxx(Job ID)": {
"results": [{...}, {...}, {...}]
// Lists the items in the order they appear in the labeling stage. For the data structure of each element, see the description below.
},
"label-xxxxx(Job ID)-check": {
"results": [{...}, {...}, {...}]
// Lists the items in the order they appear in the review stage. For the data structure of each element, see the description below.
},
"label-xxxxx(Job ID)-verify": {
"results": [{...}, {...}, {...}]
// Lists the items in the order they appear in the acceptance stage. For the data structure of each element, see the description below.
}
}
The fields in the preceding format are as follows:
-
data: The object to be annotated.
-
label-xxxxx(Job ID): The results of the labeling stage.
-
label-xxxxx(Job ID)-check: The results of the review stage.
-
label-xxxxx(Job ID)-verify: The results of the acceptance stage.
-
results: The annotation results for each stage. For details on the annotation results for each template type, see the following topics: