@@ -0,0 +1,11 @@
+# Classification Example
+
+## Usage
+```bash
+labelme data_annotated --flags flags.txt --nodata
+```
+<img src=".readme/annotation_cat.jpg" width="100%" />
+<img src=".readme/annotation_dog.jpg" width="100%" />
@@ -0,0 +1,22 @@
+{
+ "flags": {
+ "__ignore__": false,
+ "cat": true,
+ "dog": false
+ },
+ "shapes": [],
+ "lineColor": [
+ 0,
+ 255,
+ 128
+ ],
+ "fillColor": [
+ "imagePath": "0001.jpg",
+ "imageData": null
+}
+ "cat": false,
+ "dog": true
+ "imagePath": "0002.jpg",
@@ -0,0 +1,3 @@
+__ignore__
+cat
+dog