We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aefd6 commit a6753bbCopy full SHA for a6753bb
solutions/ucloud_ai_demo/ucloud_ai_demo.c
@@ -470,6 +470,7 @@ static int imagerecog_classifying_rubbish_callback(ai_result_t *result)
470
ugraphics_draw_string(category, 20, 60);
471
// ugraphics_draw_string(category_score_str, 20, 80);
472
}
473
+ return 0;
474
475
476
static int imagerecog_detect_fruits_callback(ai_result_t *result)
@@ -496,6 +497,7 @@ static int imagerecog_detect_fruits_callback(ai_result_t *result)
496
497
ugraphics_draw_string(name, x, tmp_y);
498
ugraphics_draw_string(score_str, x, tmp_y + 40);
499
500
501
502
#endif
503
0 commit comments