Image pre-anotation schema

Schema

字段类型必填默认值描述
sample_name
string
-The name of the sample file with extension
config
object
-
meta_data
object
-
annotations
object
-

Example

{
  "sample_name": "anastasiia.jpg",
  "config": {
    "pointTool": [
      {
        "color": "#ff6600",
        "key": "标签-1",
        "value": "label-1"
      }
    ],
    "polygonTool": [
      {
        "color": "#0040ff",
        "key": "标签-1",
        "value": "label-1"
      }
    ]
  },
  "meta_data": {
    "width": 4096,
    "height": 2731,
    "rotate": 0
  },
  "annotations": {
    "pointTool": {
      "toolName": "pointTool",
      "result": [
        {
          "order": 1,
          "id": "a480ea1b-1a49-4449-a426-0388a34ea87b",
          "label": "label-1",
          "x": 1250.4922118380061,
          "y": 1301.6993769470405
        },
        {
          "order": 2,
          "id": "f357484c-f911-47fc-af52-fe79b6ba4ec6",
          "label": "label-1",
          "x": 969.7694704049844,
          "y": 1805.7242990654206
        },
        {
          "order": 3,
          "id": "485f2bfe-5e89-42aa-ae80-27cfdcb8763f",
          "label": "label-1",
          "x": 2335.1028037383176,
          "y": 1512.2414330218069
        },
        {
          "order": 4,
          "id": "7e3cfb5b-d3f7-48d1-bb4d-788977480bf1",
          "label": "label-1",
          "x": 2073.520249221184,
          "y": 1780.2040498442368
        },
        {
          "order": 5,
          "id": "cad49f6a-7ef0-4e75-b6b1-7c6796a2d502",
          "label": "label-1",
          "x": 2794.467289719626,
          "y": 1837.6246105919004
        }
      ]
    },
    "textTool": {
      "toolName": "textTool",
      "result": [
        {
          "id": "js6htkz785h",
          "type": "text",
          "value": {
            "text-label-1": "acasdqwe"
          }
        }
      ]
    },
    "tagTool": {
      "toolName": "tagTool",
      "result": [
        {
          "id": "qw8nbms13h",
          "type": "tag",
          "value": {
            "tag-label-1": [
              "tag-label-1-1"
            ]
          }
        }
      ]
    }
  }
}