]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/segmentation/jseg21_objects.json
Add option to specify object classes list file
[tidl/tidl-api.git] / examples / segmentation / jseg21_objects.json
diff --git a/examples/segmentation/jseg21_objects.json b/examples/segmentation/jseg21_objects.json
new file mode 100644 (file)
index 0000000..5dc0b26
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "network": "jseg21",
+  "objects": [
+    { "label": "background", "color_bgr": [ 127, 127, 127 ] },
+    { "label": "road",       "color_bgr": [   0, 255,   0 ] },
+    { "label": "pedestrian", "color_bgr": [   0,   0, 255 ] },
+    { "label": "road sign",  "color_bgr": [   0, 255, 255 ] },
+    { "label": "vehicle",    "color_bgr": [ 255,   0,   0 ] }
+  ]
+}