test: fix help messages
authorInki Dae <inki.dae@samsung.com>
Mon, 5 Oct 2020 06:29:41 +0000 (15:29 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 5 Oct 2020 06:29:41 +0000 (15:29 +0900)
Change-Id: I676ba797039fc8cbca948628d24725aab4b96cec
Signed-off-by: Inki Dae <inki.dae@samsung.com>
test/testsuites/stream_infer/stream_infer.c

index b36518bc1bf9a9ae9a0029fc22b8e8afb3114cc3..ccfe999d6c7b474a9c2b634887b25c5e7d3fa1fc 100644 (file)
@@ -1916,8 +1916,8 @@ int main (int argc, char *argv[])
        }
 
        if (argc < 4) {
-               printf("usage: mv_stream_infer model backend device [thPoseScore, thResetCount, thCustom, [filename]]");
-               printf("model: 0(CPM), 1(AIC Hand), 2(AIC Lite Hand), 3(AIC Lite Q Hand)\n");
+               printf("usage: mv_stream_infer model backend device [thPoseScore, thResetCount, thCustom, [filename]]\n");
+               printf("model: 0(CPM), 1(AIC Lite Hand), 2(AIC Lite_3 Hand), 3(AIC Lite_2 Hand), 4(AIC Lite_2 Q Hand)\n");
                printf("backend: 0(TFLITE), 1(ARMNN), 2(ONE)\n");
                printf("device: 0(CPU), 1(GPU)\n");
                return -1;