]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/segmentation/object_classes.cpp
Remove input, output buffers from process kernel
[tidl/tidl-api.git] / examples / segmentation / object_classes.cpp
index 1cc2a9a3c0513a02eb923284603b21fa59df5580..d930106f0aec6ddac344f04413a4851060bfb702 100644 (file)
@@ -46,9 +46,9 @@ object_class_table_t jdetnet_table =
     4,
     {
         { "some class 1",     { 255,   0, 255 } },
-        { "vehicle",          {   0,   0, 255 } },
-        { "road sign",        { 255, 255,   0 } },
         { "pedestrian",       { 255,   0,   0 } },
+        { "road sign",        { 255, 255,   0 } },
+        { "vehicle",          {   0,   0, 255 } },
         { "unknown",          {   0,   0,   0 } }    /* guard */
     }
 };