JSONフォーマット
データ形式
{
"filename": STRING,
"id": STRING,
"status": STRING,
"width": INTEGER,
"height": INTEGER,
"labels": [
{
"name": STRING,
"type": STRING,
"color": STRING,
"annotations": [RLE] or [vectors]
},
...
]
}Last updated