]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blob - examples/ssd_multibox/jdetnet_objects.json
Merge branch 'hotfix/v01.05.01'
[tidl/tidl-api.git] / examples / ssd_multibox / jdetnet_objects.json
1 {
2   "network": "jdetNet",
3   "objects": [
4     { "label": "some class 1",     "color_bgr": [ 255,   0, 255 ] },
5     { "label": "pedestrian",       "color_bgr": [   0,   0, 255 ] },
6     { "label": "road sign",        "color_bgr": [   0, 255, 255 ] },
7     { "label": "vehicle",          "color_bgr": [ 255,   0,   0 ] }
8   ]
9 }