Merge "Add Pose correction API" into tizen
authorkwang son <k.son@samsung.com>
Wed, 16 Dec 2020 08:28:24 +0000 (08:28 +0000)
committerGerrit Code Review <gerrit@review>
Wed, 16 Dec 2020 08:28:24 +0000 (08:28 +0000)
test/testsuites/inference/inference_test_suite.c

index 9904dcf..c2abbd5 100644 (file)
@@ -2554,7 +2554,7 @@ int perform_pose_landmark_detection()
 
                while (sel_opt == 0) {
                        sel_opt = show_menu(
-                                       "Run Facial Landmark Detection again?:", options_last,
+                                       "Run Pose Landmark Detection again?:", options_last,
                                        names_last, ARRAY_SIZE(options_last));
                        switch (sel_opt) {
                        case 1:
@@ -2602,8 +2602,8 @@ int main()
 
        const int options[] = { 1, 2, 3, 4, 5, 6 };
        const char *names[] = { "Image Classification", "Object Detection",
-                                                        "Face Detection",               "Facial LandmarkDetection",
-                                                        "Pose Detection", "Exit" };
+                                                        "Face Detection", "Facial Landmark Detection",
+                                                        "Pose Landmark Detection", "Exit" };
 
        int err = MEDIA_VISION_ERROR_NONE;
        while (sel_opt == 0) {