This document contains JSON examples for label_strict metadata layouts.
colors_properties¶
colors_properties.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29{ "image-label": { "version": "0.4", "colors": [ { "label-value": 1, "rgba": [255, 255, 255, 255] }, { "label-value": 4, "rgba": [0, 255, 255, 128] } ], "properties": [ { "label-value": 1, "area (pixels)": 1200, "class": "foo" }, { "label-value": 4, "area (pixels)": 1650 } ], "source": { "image": "../../" } } }