summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-09-24test: Add meta filessubmit/tizen/20210924.044804sandbox/dfsTae-Young Chung1-46/+101
2021-09-16test: Add TestPoseLandmarkDetectionKwang Son2-0/+46
2021-09-16test: Add TestFaceLandmarkDetectionKwang Son2-0/+89
2021-09-09test: set meta file pathInki Dae1-0/+8
2021-09-08Fix coverity issue(RESOURCE_LEAK/UNINIT)submit/tizen/20210908.064001Hyunsoo Park1-1/+11
2021-08-24Fix mv_engine_config_set_int_attribute() to mv_engine_config_set_string_attri...Tae-Young Chung1-1/+1
2021-08-19test: Add FaceDetection testKwang Son2-0/+46
2021-08-19Merge "test: break condition" into tizen_develsubmit/tizen/20210820.005508accepted/tizen/unified/20210820.101812kwang son2-0/+2
2021-08-19Change pkgconfig(gtest) to gtest-develTae-Young Chung1-2/+1
2021-08-19test: break conditionKwang Son2-0/+2
2021-08-18test: Add ObjectDetection testKwang Son5-26/+87
2021-08-17test: Reduce memcpy in loadImageToSourceKwang Son2-24/+12
2021-08-17test: Add Image classicifation modelsKwang Son1-12/+88
2021-08-17Fix printf type of size_t from i to zusubmit/tizen/20210817.030804accepted/tizen/unified/20210819.123245Tae-Young Chung1-1/+1
2021-08-17Merge "test: Update assessment test instruction" into tizen_develkwang son1-2/+4
2021-08-13test: Update assessment test instructionKwang Son1-2/+4
2021-08-13test: Replace barcode libcheck to gtestKwang Son5-87/+107
2021-08-10test: Move load image function to helperKwang Son5-38/+35
2021-08-10test: Add mv_testKwang Son5-0/+172
2021-08-04test: Cleanup image, object detectionKwang Son1-1532/+401
2021-08-04test: Cleanup perform_face_detectionKwang Son1-552/+161
2021-08-04test: Cleanup perform_facial_landmark_detectionKwang Son1-383/+90
2021-08-03test: Seperate resource allocationKwang Son1-347/+212
2021-08-02test: Remove test while loopKwang Son1-75/+30
2021-07-22test: Add movenet for pose detectionKwang Son1-2/+50
2021-07-21test: Add show_menu helper functionsKwang Son3-85/+59
2021-07-16Update testsuite to run facial landmark models with meta filesTae-Young Chung1-3/+96
2021-07-01Update testsuite to run pose landmark models with meta filesTae-Young Chung1-4/+107
2021-06-22Fix gcc warningKwang Son1-1/+1
2021-06-15Cmake mediavision build refactoringKwang Son11-20/+15
2021-06-14Cmake test build refactoringKwang Son12-244/+43
2021-06-14Cmake to lower case consistencyKwang Son10-69/+69
2021-06-11Merge "Update testsuite to run google face detection models with meta files" ...Tae-Young Chung1-6/+108
2021-06-09Add EfficientDet object detection modelKwang Son1-3/+55
2021-06-09Update testsuite to run google face detection models with meta filesTae-Young Chung1-6/+108
2021-06-04Move mv_inference into mv_machine_learningInki Dae4-2/+6
2021-06-04remove unused linessangho park2-47/+0
2021-06-04Update testsuite to run google object detection models with meta filesTae-Young Chung1-5/+111
2021-06-04remove warningssangho park1-29/+29
2021-06-04remove warningssangho park1-17/+17
2021-06-04remove warningssangho park1-25/+15
2021-06-04add Surveillance assessmentsangho park3-0/+341
2021-05-13[Face/Barcode] Handle Error returnHyunsoo Park2-24/+31
2021-04-22Remove vulnerable strcpy() and strcat(), use memcpy() instead.Tae-Young Chung2-6/+14
2021-04-14Add meta files for google hosted models and update testsuiteTae-Young Chung1-18/+544
2021-03-30add Face assessmentsangho park4-5/+280
2021-03-29change VQA input/output formatsangho park2-46/+25
2021-03-23create new test directories for VQA (Visual Quality Assessment)sangho park4-0/+291
2021-02-05Barcode: Add internal unit test case (libcheck)Kwang Son2-2/+75
2021-01-13Replace gcc -w option to -Wallsubmit/tizen/20210114.010347Kwang Son13-137/+88