summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-21face/image: Add opencv's tracking header filessubmit/tizen/20220124.072348accepted/tizen/unified/20220125.121712Tae-Young Chung4-2/+5
2022-01-19packaging: Change gcov object install pathsubmit/tizen/20220120.235212accepted/tizen/unified/20220124.020029Kwang Son1-3/+3
2022-01-12test/machine_learning: fix device attribute typeInki Dae2-6/+6
2022-01-05inference: support movenetsubmit/tizen/20220105.081745submit/tizen/20220105.080154accepted/tizen/unified/20220110.140009Tae-Young Chung15-6/+484
2022-01-05mv_maching_learning: deprecate MLAPI and MAX typesInki Dae3-4/+6
2021-12-28test/machine_learning: add snpe model supportInki Dae6-7/+75
2021-11-25mv_machine_learning: add SNPE inference engine supportInki Dae3-2/+11
2021-10-19mv_machine_learning: code refactoring to property parsingInki Dae9-301/+300
2021-10-18mv_machine_learning: code refactoring to OutputMetadata moduleInki Dae15-720/+938
2021-10-14mv_machine_learning: code cleanup to Inference classInki Dae3-95/+75
2021-10-13mv_machine_learning: code refactoring to input and output metadata classesInki Dae8-461/+392
2021-10-13mv_machine_learning: code cleanup to GetFacialLandMarkDetectionResults functionInki Dae3-43/+31
2021-10-05test/machine_learning/inference: add test cases for legacy pathInki Dae7-39/+341
2021-09-30mv_machine_learning: code refactoring to GetClassificationResults functionInki Dae3-73/+57
2021-09-29mv_machine_learning: code refactoring to GetPoseLandmarkDetectionResults func...Inki Dae6-103/+70
2021-09-29mv_machine_learning:code refactoring to Inference.cppInki Dae2-33/+15
2021-09-24test: Add meta filessubmit/tizen/20210924.044804sandbox/dfsTae-Young Chung2-47/+102
2021-09-17mv_machine_learning: make IsXXX functions simplifiedInki Dae1-15/+6
2021-09-17mv_machine_learning: code refactoring to checking custom device typeInki Dae1-7/+26
2021-09-16test: Add TestPoseLandmarkDetectionKwang Son2-0/+46
2021-09-16test: Add TestFaceLandmarkDetectionKwang Son2-0/+89
2021-09-15Merge "mv_machine_learning: code cleanup for refactoring" into tizen_develInki Dae1-166/+125
2021-09-15meta-template: fix json parse errorKwang Son1-1/+1
2021-09-15mv_machine_learning: code cleanup for refactoringInki Dae1-166/+125
2021-09-09test: set meta file pathtizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161801submit/tizen/20210909.010804accepted/tizen/unified/20210909.123030accepted/tizen/6.5/unified/20211028.094500Inki Dae1-0/+8
2021-09-09mv_machine_learning: drop GetResults functionInki Dae1-3/+0
2021-09-09mv_machine_learning: introduce allocate function for TensorBuffer classInki Dae3-65/+54
2021-09-09test: set meta file pathInki Dae1-0/+8
2021-09-09mv_machine_learning: drop GetResults functionInki Dae1-3/+0
2021-09-09mv_machine_learning: introduce allocate function for TensorBuffer classInki Dae3-65/+54
2021-09-08Merge "Skip ParseMetadata() if a metadata json file doesn't exist" into tizensubmit/tizen/20210908.100700accepted/tizen/unified/20210909.002355Tae-Young Chung1-6/+11
2021-09-08Fix coverity issue(RESOURCE_LEAK/UNINIT)submit/tizen/20210908.064001Hyunsoo Park2-2/+12
2021-09-08Skip ParseMetadata() if a metadata json file doesn't existTae-Young Chung2-7/+12
2021-09-07Add MV_INFERENCE_MODEL_META_FILE_PATH attribute and deprecate some attributes...submit/tizen/20210907.045211Tae-Young Chung4-15/+61
2021-09-03Remove unnecessary dim_type metadataTae-Young Chung4-15/+2
2021-09-02Change offset's shape_type and displacement's shape_type and type to stringTae-Young Chung8-29/+74
2021-09-01Change Landmark's landmark_type, landmark_coordinate, and decoding_type to st...Tae-Young Chung10-62/+114
2021-08-31Fix missing goto _ERROR_Tae-Young Chung2-1/+2
2021-08-31Change int CheckSupportedTargetDevice() to bool IsTargetDeviceSupported() and...Tae-Young Chung4-10/+9
2021-08-25Change behavior before and after pInfer->Bind()Tae-Young Chung4-50/+58
2021-08-24Fix '!=' operator to '&' for supported_accel_devices bitwise comparisonTae-Young Chung2-5/+5
2021-08-24Fix mv_engine_config_set_int_attribute() to mv_engine_config_set_string_attri...Tae-Young Chung2-2/+2
2021-08-24Add return value handlingTae-Young Chung2-15/+6
2021-08-23Change BoxInfo's box_coordinate, decoding_type and NMSParam's mode to stringTae-Young Chung10-44/+73
2021-08-20Fix bug in OjbectDecdoder::decode()Tae-Young Chung2-2/+2
2021-08-20Change BoxInfo's box_type in outputmetadata to stringTae-Young Chung9-13/+39
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 Chung2-4/+3
2021-08-19Change ScoreInfo's score_type in outputmetadata to stringTae-Young Chung27-34/+106