Examples

One segmentation label

{
  "filename": "PoC/001.jpg",
  "id": "8051d7cf-ef7f-481e-8ef6-17d77c97fbe4",
  "status": "waiting_for_review",
  "width": 1920,
  "height": 1080,
  "labels": [
    {
      "name": "Dog",
      "type": "segmentation",
      "color": "#ff0000",
      "annotations": [
        {
          "type": "rle",
          "segmentation": [
            [827, 1209, 5],
            [826, 1210, 7],
            [825, 1211, 9]
          ]
        }
      ]
    }
  ]
}

Two segmentation labels

One vector label with two shapes

One segmentation label and one vector label

Last updated

Was this helpful?