}
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;