summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-17depth: add depth attributes to media-vision-config.json for DA profile onlysubmit/tizen_6.5/20211217.074929accepted/tizen/6.5/unified/20211220.062700Tae-Young Chung2-1/+66
2021-12-16depth: apply mvDepth to mv_depth_internalTae-Young Chung2-6/+21
2021-12-16depth: update depth class and mvDepth apisTae-Young Chung5-1/+327
2021-12-09depth: add Depth class and mvDepth apis to run itTae-Young Chung5-2/+204
2021-12-08depth: add dfs-adaptation packageTae-Young Chung2-1/+5
2021-12-02depth: add new depth module internallyTae-Young Chung7-0/+531
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-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
2021-08-19test: break conditionKwang Son2-0/+2
2021-08-19Merge "test: Add ObjectDetection test" into tizen_develkwang son5-26/+87
2021-08-19Add Quantize() to PreProcessTae-Young Chung3-1/+27
2021-08-18test: Add ObjectDetection testKwang Son5-26/+87
2021-08-18Merge "Change inputmetadata's shape_type, data_type, color_space to string" i...Tae-Young Chung24-71/+88
2021-08-17test: Reduce memcpy in loadImageToSourceKwang Son2-24/+12
2021-08-18Change inputmetadata's shape_type, data_type, color_space to stringTae-Young Chung24-71/+88
2021-08-18Merge "test: Add Image classicifation models" into tizen_develkwang son1-12/+88
2021-08-17test: Add Image classicifation modelsKwang Son1-12/+88
2021-08-17Fix unsafe mix of types 'gboolean' and 'bool'Tae-Young Chung3-20/+20
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 Son6-89/+108
2021-08-10test: Move load image function to helperKwang Son5-38/+35
2021-08-10test: Add mv_testKwang Son6-1/+174
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