From 79df309aad47ac0e858ddd050e2664702d958526 Mon Sep 17 00:00:00 2001 From: LaraStuStu Date: Sat, 28 Mar 2020 13:59:43 +0800 Subject: [PATCH] Create 0001.json --- .../classification/data_annotated/0001.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 DataAnnotation/labelme/examples/classification/data_annotated/0001.json diff --git a/DataAnnotation/labelme/examples/classification/data_annotated/0001.json b/DataAnnotation/labelme/examples/classification/data_annotated/0001.json new file mode 100644 index 0000000..04d26ae --- /dev/null +++ b/DataAnnotation/labelme/examples/classification/data_annotated/0001.json @@ -0,0 +1,22 @@ +{ + "flags": { + "__ignore__": false, + "cat": true, + "dog": false + }, + "shapes": [], + "lineColor": [ + 0, + 255, + 0, + 128 + ], + "fillColor": [ + 255, + 0, + 0, + 128 + ], + "imagePath": "0001.jpg", + "imageData": null +} \ No newline at end of file -- GitLab