Import Wizard Example Format

Example Format

It is a list with each object being one annotation.

In some cases it may be easy to output and convert to this format, and then use the import wizard for the rest of the mapping.

[
  {
    "myFileName": "apples.jpg",
    "lower_x": 25,
    "lower_y": 25,
    "type": "box",
    "upper_x": 80,
    "upper_y": 80,
    "model_id": "my_super_model_1",
    "run_id": "my_super_model_1__run_1",
    "frame_number": 3,
    "sequence_number": 1,
    "label_name": "apple"
  },
  { next annotation }
]