summaryrefslogtreecommitdiff
path: root/mv_inference
AgeCommit message (Expand)AuthorFilesLines
2020-10-07Fix landmarks to two dimensionstizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114802submit/tizen_6.0_hotfix/20201102.192502submit/tizen_6.0/20201029.205102submit/tizen/20201007.030722accepted/tizen/unified/20201007.092257accepted/tizen/6.0/unified/hotfix/20201103.050748accepted/tizen/6.0/unified/hotfix/20201103.003858accepted/tizen/6.0/unified/20201030.121630tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixTae-Young Chung2-23/+27
2020-09-22Fix wrong parameter descriptionTae-Young Chung1-50/+50
2020-09-16Remove unnecessary variablessubmit/tizen/20200916.055038accepted/tizen/unified/20200918.123714Tae-Young Chung1-15/+3
2020-09-16MoCap mapping value should be added -1Tae-Young Chung1-1/+1
2020-09-16Remove label parameter from mv_inference_pose_landmark_detected_cbTae-Young Chung4-2/+64
2020-09-03Fix division or modulo by float zeroTae-Young Chung1-3/+5
2020-08-26mv_inference: Add two tensor buffer types supportsubmit/tizen/20200828.100528submit/tizen/20200828.025650accepted/tizen/unified/20200831.002550Inki Dae1-3/+23
2020-08-26mv_inference: set tensor size of tensor info structure correctlyInki Dae1-2/+2
2020-08-20[Release] capi-media-vision-0.6.0-3submit/tizen/20200820.044303accepted/tizen/unified/20200820.133523Tae-Young Chung4-53/+66
2020-08-18[Inference] Fix label type of mv_inference_landmark_s from char* to intTae-Young Chung1-2/+2
2020-08-14[Inference] Fix bug to faultily parse pose and mocap mapping filesTae-Young Chung4-55/+63
2020-08-12Sync to tizen branchTae-Young Chung1-0/+24
2020-08-12[Inference] Add new api mv_inference_pose_landmark_detect() and mv_pose_compa...submit/tizen/20200812.013733accepted/tizen/unified/20200813.015352Tae-Young Chung14-9/+2147
2020-08-11[Inference] Add new api mv_inference_pose_landmark_detect() and mv_pose_compa...Tae-Young Chung14-9/+2147
2020-06-30mv_inference: Check if backend and device types are valid or notInki Dae1-0/+24
2020-06-26mv_inference: Revert Pose Estimation API supportsubmit/tizen/20200626.070253submit/tizen/20200626.060446submit/tizen/20200626.050805accepted/tizen/unified/20200628.221638Inki Dae5-191/+1
2020-06-26mv_inference: Change in-house runtime backend nameInki Dae2-2/+2
2020-06-26mv_inference: Fix tensor data typeInki Dae1-3/+3
2020-06-26mv_inference: Do not check a config file in case of NNFW backendInki Dae1-1/+2
2020-06-26mv_inference: fix coding style based on Tizen C++ Coding RuleInki Dae7-2210/+2286
2020-06-26mv_inference: Change MLAPI backend string to "mlapi"Inki Dae1-2/+2
2020-06-26test: Change a backend type from VIVANTE to MLAPIInki Dae1-1/+1
2020-06-26mv_inference: move tensor buffer declaration to just before usedInki Dae1-2/+4
2020-06-26mv_inference: use static_cast instead of normal castInki Dae1-38/+38
2020-06-26Consider tensor filter plugin type for NNFWInki Dae1-0/+2
2020-06-26mv_inference: Consider float16 type of tensor.Inki Dae1-1/+28
2020-06-26mv_inference: Add Vivante NPU typeInki Dae1-0/+3
2020-06-26Revert "Revert "mv_inference: Add Post Estimation feature support""Inki Dae5-0/+189
2020-05-08mv_inference: handle an exception case to class creation correctlyInki Dae1-3/+4
2020-05-08mv_inference: clean up class member initializationInki Dae1-10/+10
2020-05-08mv_inference: use basic constructor functionInki Dae1-1/+1
2020-05-08mv_inference: use initializer listInki Dae1-2/+2
2020-05-08mv_inference: drop deprecated internal APIInki Dae4-136/+0
2020-05-08Fix UNINIT.CTOR svace issuesubmit/tizen/20200508.021019accepted/tizen/unified/20200510.220411Hyunsoo Park1-1/+3
2020-05-08mv_inference: consider backward compatibilityInki Dae2-14/+54
2020-04-28mv_inference: unbind only if a backend instance existsInki Dae1-4/+4
2020-04-24fix build error on aarch64submit/tizen/20200424.041307Inki Dae1-1/+1
2020-04-24fix build error on aarch64submit/tizen/20200424.035635Inki Dae1-11/+11
2020-04-22mv_inference: clean up ABI header filesInki Dae1-11/+11
2020-04-17mv_inference: change enumeration values to new onesInki Dae1-13/+13
2020-04-17mv_inference: keep backward compatibilityInki Dae3-16/+82
2020-04-14Revert "mv_inference: Add Post Estimation feature support"Inki Dae5-189/+0
2020-04-14mv_inference: drop data types not supportedInki Dae1-9/+0
2020-04-14Change type of 'tensor_info.shape' to size_tHyunsoo Park1-1/+1
2020-04-14inference testsuite: add opencv with caffe modelTae-Young Chung1-8/+4
2020-04-14mv_inference: add post-process step to GetObjectDetectionResults()Tae-Young Chung1-8/+102
2020-04-14Revert "mv_inference: Get layer propery only in required case"Inki Dae1-14/+12
2020-04-14mv_inference: Add inference data type supportInki Dae3-4/+49
2020-04-14mv_inference: Use data type of buffer structure instead of property oneInki Dae2-19/+31
2020-04-14mv_inference: set owner_is_backend member properlyInki Dae1-0/+18