Create ML

Export Data Labels to Apple's Create ML format

Create ML - Apple's machine learning model creation and training framework. This format is now supported in the 1.1.9 release.

Only Rectangles, Polygons, and Select label types can be exported to this format.

[
  {
    "image": "Stock Chess Images/AdobeStock_178130386.jpeg",
    "annotations": [
      {
        "label": "human",
        "coordinates": {
          "x": 3500.2344665527353,
          "y": 1451.291249593099,
          "width": 2696.210157606337,
          "height": 2411.360236273872
        }
      },
      {
        "label": "tennis",
        "coordinates": {
          "x": 1913.4207051595054,
          "y": 1919.9566480848528,
          "width": 1030.435282389323,
          "height": 585.0036960177954
        }
      }
    ]
  },
  {
    "image": "Stock Chess Images/AdobeStock_206872928.jpeg",
    "annotations": [
      {
        "label": "human",
        "coordinates": {
          "x": 3559.8743286132803,
          "y": 1521.1990356445312,
          "width": 959.5747884114584,
          "height": 2356.1909993489585
        }
      },
      {
        "label": "tennis",
        "coordinates": {
          "x": 4141.911326090494,
          "y": 827.702433268229,
          "width": 311.17828369140625,
          "height": 853.1022135416664
        }
      }
    ]
  }
]

Last updated