summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-25mv_machine_learning: return NO_DATA errorVibhav Aggarwal4-21/+35
2023-10-25mv_machine_learning: bug fix when no label is registeredVibhav Aggarwal1-35/+23
2023-10-25mv_machine_learning: clearing up resources in the beginning of each test caseVibhav Aggarwal1-0/+14
2023-10-25mv_machine_learning: bug fix for setting backend type and target deviceVibhav Aggarwal3-21/+42
2023-10-25mv_machine_learning: add add async API for landmark detection task groupInki Dae12-57/+525
2023-10-25mv_machine_learning: drop FaceRecognitionRegisterInput structureInki Dae3-12/+9
2023-10-25mv_machine_learning: drop Mediavision dependency from landmark detection adap...Inki Dae4-29/+37
2023-10-25mv_machine_learning: move member functions to privateInki Dae1-3/+4
2023-10-25mv_machine_learning: add async API for image classification task groupInki Dae10-16/+351
2023-10-25mv_machine_learning: drop Mediavision dependency from image classification ad...Inki Dae3-20/+33
2023-10-25mv_machine_learning: move member functions to privateInki Dae1-3/+4
2023-10-25mv_machine_learning: drop mv_image_classification_open.h header fileInki Dae1-268/+0
2023-10-25mv_machine_learning: embed AsyncManager into each task groupInki Dae7-291/+180
2023-10-25mv_machine_learning: code refactoring to AsyncManagerInki Dae4-43/+57
2023-10-25mv_machine_learning: drop redundant member variablesInki Dae6-13/+3
2023-10-25mv_machine_learning: introduce common asynchronous inference managerInki Dae8-169/+351
2023-10-25mv_machine_learning: use template type for outgoing_queueInki Dae2-11/+11
2023-10-25mv_machine_learning: move inferenceThreadLoop into classInki Dae2-12/+11
2023-10-24Fix vision-source APIKwanghoon Son2-18/+25
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 Dae2-2/+63
2023-09-20mv_machine_learning: make sure to clean up datasetInki Dae2-1/+5
2023-09-15mv_machine_learning: fix label removal issue of face recognitionInki Dae4-16/+16
2023-09-04Merge branch 'tizen_devel' into tizenaccepted/tizen/unified/20230906.014616Kwanghoon Son73-2353/+742
2023-09-04Remove FORCED_STATIC_BUILD optionKwanghoon Son17-101/+18
2023-09-04mv_3d: Drop open functionsKwanghoon Son3-349/+61
2023-09-04mv_common: Drop common_c functionsKwanghoon Son10-1005/+208
2023-09-04mv_machine_learning: change async API behaviorInki Dae11-190/+319
2023-09-04mv_machine_learning: drop dead codeInki Dae2-635/+0
2023-09-04mv_machine_learning: code refactoring to getOutput functionInki Dae25-23/+73
2023-09-04Remove mv_private includeKwanghoon Son8-9/+0
2023-09-04mv_machine_learning: introduce DEFAULT_MODEL_NAME for object detectionInki Dae4-9/+33
2023-09-04mv_machine_learning: do not check model infoInki Dae2-7/+6
2023-09-04mv_machine_learning: code clean to setModelInfo functionInki Dae2-26/+25
2023-09-01Fix build warningsKwanghoon Son3-3/+2
2023-08-29packaging: drop BSD licenseaccepted/tizen/unified/20230830.170531Inki Dae2-39/+12
2023-08-28Exclude lcov on pointcloudaccepted/tizen/unified/20230828.102415Kwanghoon Son4-1/+14
2023-08-22Fix gcov pathaccepted/tizen/unified/20230822.162247Kwanghoon Son1-2/+3
2023-08-10Append gcov path with package versionaccepted/tizen/unified/20230814.121004Kwanghoon Son1-2/+3
2023-08-07Merge branch 'tizen_devel' into tizenaccepted/tizen/unified/20230809.071949Kwanghoon Son37-123/+240
2023-08-07Change gcov install pathKwanghoon Son1-2/+1
2023-08-07mv_machine_learning: drop create member from itaskInki Dae17-60/+34
2023-08-07mv_machine_learning: pass a task type to external moduleInki Dae2-5/+8
2023-08-07common: clean up to mv_private.h fileInki Dae3-2/+0
2023-08-07mv_machine_learning: rename Preprocess header fileInki Dae9-12/+12
2023-08-07mv_machine_learning: pack header files for external pluginInki Dae4-0/+20
2023-08-07mv_machine_learning: drop meta approach dependency from preprocessInki Dae7-45/+168
2023-07-28mv_machine_learning: fix DEREF_OF_NULL_RET.STAT svace issueaccepted/tizen/unified/20230801.174230Inki Dae2-1/+6
2023-07-20Change vision_source_buffer_s to media_packet_haccepted/tizen/unified/20230728.155814Kwanghoon Son1-4/+15
2023-07-12Merge branch 'tizen_devel' into tizenaccepted/tizen/unified/20230713.143454Kwanghoon Son60-483/+585
2023-07-12mv_machine_learning: fix a bug after unregisteringInki Dae3-36/+64