From af79087624d168f13e8e6d9222ada6422e7bd045 Mon Sep 17 00:00:00 2001 From: LaraStuStu Date: Sat, 28 Mar 2020 14:00:33 +0800 Subject: [PATCH] Create 2011_000025.json --- .../data_annotated/2011_000025.json | 215 ++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 DataAnnotation/labelme/examples/instance_segmentation/data_annotated/2011_000025.json diff --git a/DataAnnotation/labelme/examples/instance_segmentation/data_annotated/2011_000025.json b/DataAnnotation/labelme/examples/instance_segmentation/data_annotated/2011_000025.json new file mode 100644 index 0000000..9a22c9d --- /dev/null +++ b/DataAnnotation/labelme/examples/instance_segmentation/data_annotated/2011_000025.json @@ -0,0 +1,215 @@ +{ + "imageData": null, + "shapes": [ + { + "fill_color": null, + "line_color": null, + "label": "bus-1", + "points": [ + [ + 260.936170212766, + 22.563829787234056 + ], + [ + 193.936170212766, + 19.563829787234056 + ], + [ + 124.93617021276599, + 39.563829787234056 + ], + [ + 89.93617021276599, + 101.56382978723406 + ], + [ + 81.93617021276599, + 150.56382978723406 + ], + [ + 108.93617021276599, + 145.56382978723406 + ], + [ + 88.93617021276599, + 244.56382978723406 + ], + [ + 89.93617021276599, + 322.56382978723406 + ], + [ + 116.93617021276599, + 367.56382978723406 + ], + [ + 158.936170212766, + 368.56382978723406 + ], + [ + 165.936170212766, + 337.56382978723406 + ], + [ + 347.936170212766, + 335.56382978723406 + ], + [ + 349.936170212766, + 369.56382978723406 + ], + [ + 391.936170212766, + 373.56382978723406 + ], + [ + 403.936170212766, + 335.56382978723406 + ], + [ + 425.936170212766, + 332.56382978723406 + ], + [ + 421.936170212766, + 281.56382978723406 + ], + [ + 428.936170212766, + 252.56382978723406 + ], + [ + 428.936170212766, + 236.56382978723406 + ], + [ + 409.936170212766, + 220.56382978723406 + ], + [ + 409.936170212766, + 150.56382978723406 + ], + [ + 430.936170212766, + 143.56382978723406 + ], + [ + 433.936170212766, + 112.56382978723406 + ], + [ + 431.936170212766, + 96.56382978723406 + ], + [ + 408.936170212766, + 90.56382978723406 + ], + [ + 395.936170212766, + 50.563829787234056 + ], + [ + 338.936170212766, + 25.563829787234056 + ] + ] + }, + { + "fill_color": null, + "line_color": null, + "label": "bus-2", + "points": [ + [ + 88.93617021276599, + 115.56382978723406 + ], + [ + 0.9361702127659877, + 96.56382978723406 + ], + [ + 0.0, + 251.968085106388 + ], + [ + 0.9361702127659877, + 265.56382978723406 + ], + [ + 27.936170212765987, + 265.56382978723406 + ], + [ + 29.936170212765987, + 283.56382978723406 + ], + [ + 63.93617021276599, + 281.56382978723406 + ], + [ + 89.93617021276599, + 252.56382978723406 + ], + [ + 100.93617021276599, + 183.56382978723406 + ], + [ + 108.93617021276599, + 145.56382978723406 + ], + [ + 81.93617021276599, + 151.56382978723406 + ] + ] + }, + { + "fill_color": null, + "line_color": null, + "label": "car", + "points": [ + [ + 413.936170212766, + 168.56382978723406 + ], + [ + 497.936170212766, + 168.56382978723406 + ], + [ + 497.936170212766, + 256.56382978723406 + ], + [ + 431.936170212766, + 258.56382978723406 + ], + [ + 430.936170212766, + 236.56382978723406 + ], + [ + 408.936170212766, + 218.56382978723406 + ] + ] + } + ], + "fillColor": [ + 255, + 0, + 0, + 128 + ], + "lineColor": [ + 0, + 255, + 0, + 128 + ], + "imagePath": "2011_000025.jpg" +} \ No newline at end of file -- GitLab