test: fix answer table values for landmark detection
authorInki Dae <inki.dae@samsung.com>
Thu, 2 Nov 2023 02:21:50 +0000 (11:21 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 14 Nov 2023 07:39:04 +0000 (16:39 +0900)
commit7c8d9de8c79e66cd4d10ce154a89c349e5dbbe6f
tree79d8de5ae307f6af07cc46ff22f9ef8031accd69
parent475dda7bae0c92b34775e1375b4217bbd92f7599
test: fix answer table values for landmark detection

[Issue type] bug fix

Fix answer table values for landmark detection test case.
With a new patch[1], 'confidence_threshold' value is used to check
valid detection result for pose detection task - its specific class is PldCpm
class. Without this patch, landmark detection test cases will fail.
This patch updates the answer table values of relevant test cases correctly.

[1] https://review.tizen.org/gerrit/#/c/platform/core/api/mediavision/+/300755/

Change-Id: Id0219912d9c912bb4f4b597a968a3ba9213bfa9d
Signed-off-by: Inki Dae <inki.dae@samsung.com>
test/testsuites/machine_learning/landmark_detection/test_landmark_detection.cpp
test/testsuites/machine_learning/landmark_detection/test_landmark_detection_async.cpp