LabelMe
Overview

Format description
Input files structure
Single-Image Annotation JSON
Useful links
Last updated

Last updated
📦input_folder
┣ 📂ann
┃ ┣ 📄IMG_0748.json
┃ ┗ 📄IMG_8144.json
┗ 📂img
┣ 🏞️IMG_0748.jpeg
┗ 🏞️IMG_8144.jpeg
{
"version": "5.5.0",
"flags": {},
"shapes": [
{
"label": "cat_polygon",
"points": [
[1038.0000000000002, 91.00000000000023],
[2363.0, 1311.0000000000002],
[2373.0, 3236.0]
],
"group_id": null,
"description": "",
"shape_type": "polygon",
"flags": {},
"mask": null
},
{
"label": "cat_rectangle",
"points": [
[1033.0000000000002, 76.00000000000023],
[2368.0, 1311.0000000000002]
],
"group_id": null,
"description": "",
"shape_type": "rectangle",
"flags": {},
"mask": null
},
{
"label": "cat_circle",
"points": [
[1123.0000000000002, 361.0000000000002],
[1123.0000000000002, 631.0000000000002]
],
"group_id": null,
"description": "",
"shape_type": "circle",
"flags": {},
"mask": null
},
{
"label": "cat_line",
"points": [
[1043.0000000000002, 106.00000000000023],
[1153.0000000000002, 3251.0]
],
"group_id": null,
"description": "",
"shape_type": "line",
"flags": {},
"mask": null
},
{
"label": "cat_point",
"points": [[1038.0000000000002, 101.00000000000023]],
"group_id": null,
"description": "",
"shape_type": "point",
"flags": {},
"mask": null
},
{
"label": "cat_polyline",
"points": [
[1053.0000000000002, 96.00000000000023],
[2373.0, 1291.0000000000002],
[1148.0000000000002, 2171.0],
[2393.0, 3246.0],
[2393.0, 3246.0],
[2393.0, 3246.0]
],
"group_id": null,
"description": "",
"shape_type": "linestrip",
"flags": {},
"mask": null
},
{
"label": "cat_ai_mask",
"points": [
[946.0, 847.0],
[1665.0, 1346.0]
],
"group_id": null,
"description": "",
"shape_type": "mask",
"flags": {},
"mask": "iVBORw0KGgoAAAANSU ... ElFTkSuQmCC"
}
],
"imagePath": "IMG_5853 2.jpg",
"imageData": "/9j/4AAQSkZJRgAB ...dg+9FFFIo//Z",
"imageHeight": 3382,
"imageWidth": 2536
}