summaryrefslogtreecommitdiff
path: root/test/testsuites/machine_learning
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[ACR-1848] Publish machine learning APIsaccepted/tizen/unified/x/asan/20240625.092955accepted/tizen/unified/x/20240619.013513accepted/tizen/unified/toolchain/20240624.121719accepted/tizen/unified/dev/20240620.004157accepted/tizen/unified/20240618.060058accepted/tizen_unified_x_asanaccepted/tizen_unified_toolchainVibhav Aggarwal6-4/+14
2024-03-06Apply clang-format sort includeKwanghoon Son18-35/+35
2024-03-06clang-format: Add missing headerKwanghoon Son1-0/+4
2024-03-06Fix compiler warningKwanghoon Son5-27/+27
2024-02-05mv_machine_learning: use explicit API name and code cleanupInki Dae7-115/+60
2024-01-31mv_machine_learning: move frame_number to get_result_count APIInki Dae6-35/+31
2024-01-31mv_machine_learning: introduce get_result_count API for object detection 3dInki Dae1-12/+17
2024-01-26mv_machine_learning: fix typo of test case nameInki Dae1-1/+1
2024-01-26mv_machine_learning: introduce get_result_count API for landmark detectionInki Dae2-31/+60
2024-01-26mv_machine_learning: introduce get_result_count API for image classificationInki Dae2-12/+31
2024-01-26mv_machine_learning: fix memory leak in testVibhav Aggarwal1-4/+1
2024-01-25test: fix test case for object detection task groupInki Dae1-0/+6
2024-01-25mv_machine_learning: introduce get_result_count API for object detection groupInki Dae2-65/+56
2024-01-23Skip test when feature key not supportedKwanghoon Son1-1/+1
2024-01-17Skip test when feature key not supportedKwanghoon Son6-301/+173
2024-01-17mv_machine_learning: make testing more robustVibhav Aggarwal8-45/+94
2023-12-27mv_machine_learning: enable FaceRecognition testsVibhav Aggarwal2-10/+10
2023-12-27mv_machine_learning: fix FaceRecognition pathsVibhav Aggarwal4-14/+28
2023-12-06mv_machine_learning: improve comparison of selfie-segmentation resultsangho park1-2/+53
2023-12-06mv_machine_learning: drop code duplication from object detectionInki Dae1-0/+3
2023-12-06mv_machine_learning: add testcase to mv_testVibhav Aggarwal2-7/+2
2023-12-06mv_machine_learning: add verifying result datasangho park1-3/+9
2023-12-06mv_machine_learing: enable inference-based testsVibhav Aggarwal7-22/+22
2023-12-06mv_machine_learning: update image pathVibhav Aggarwal2-4/+4
2023-12-06mv_machine_learning: disable testsVibhav Aggarwal9-25/+25
2023-12-06mv_machine_learning: check value range in FaceRecognition testcaseVibhav Aggarwal1-2/+3
2023-12-06mv_test: integrate machine learning testcases into mv_testVibhav Aggarwal8-158/+39
2023-11-30Fix wrong input settingKwanghoon Son1-4/+4
2023-11-14Update cmake version to 3.13Kwanghoon Son8-8/+8
2023-11-14mv_machine_learning: use MachineLearningConfig class for other task groupsInki Dae2-0/+4
2023-11-14mv_machine_learning: replace ObjectDetectionConfig by MachineLearningConfigVibhav Aggarwal1-0/+2
2023-11-14mv_machine_learning: introduce MachineLearningConfig classInki Dae1-0/+1
2023-11-14test: fix answer table values for landmark detectionInki Dae2-8/+4
2023-11-14mv_machine_learning: add image segmentation task group supportInki Dae3-0/+109
2023-10-25mv_machine_learning: return NO_DATA errorVibhav Aggarwal1-10/+11
2023-10-25mv_machine_learning: clearing up resources in the beginning of each test caseVibhav Aggarwal1-0/+14
2023-10-25mv_machine_learning: add add async API for landmark detection task groupInki Dae2-0/+317
2023-10-25mv_machine_learning: add async API for image classification task groupInki Dae2-0/+194
2023-09-20mv_machine_learning: update test case for face recognitiontizen_8.0_m2_releaseaccepted/tizen/unified/20230921.171329accepted/tizen/8.0/unified/20231005.092749Inki Dae1-1/+62
2023-09-15mv_machine_learning: fix label removal issue of face recognitionInki Dae1-14/+2
2023-09-04mv_machine_learning: change async API behaviorInki Dae3-53/+184
2023-07-12mv_machine_learning: fix a bug after unregisteringInki Dae1-0/+33
2023-07-12mv_machine_learning: fix two bugsInki Dae1-0/+92
2023-07-12Fix typosKwanghoon Son2-8/+8
2023-07-12mv_machine_learning: introduce mv_face_recognition_get_label_with_index() apiInki Dae1-8/+77
2023-07-04Fix auto to const auto &Kwanghoon Son3-4/+4
2023-07-04mv_machine_learning: introduce a new internal API for face recognitionInki Dae1-0/+11
2023-07-04mv_machine_learning: add async API for face detection task groupInki Dae1-6/+87
2023-07-04test: add mobilenet_v2_ssd model support for async API testInki Dae1-7/+9
2023-07-04mv_machine_learning: add async API for object detection task groupInki Dae2-1/+132