platform/core/multimedia/inference-engine-opencv.git
4 years agoRemove apis related to IInferenceEngineVision 48/214448/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.025140 accepted/tizen/5.5/unified/mobile/hotfix/20201027.084831 accepted/tizen/5.5/unified/wearable/hotfix/20201027.115504 accepted/tizen/unified/20190925.042226 submit/tizen/20190924.061550 submit/tizen/20190925.014740 submit/tizen_5.5/20191031.000003 submit/tizen_5.5_mobile_hotfix/20201026.185103 submit/tizen_5.5_wearable_hotfix/20201026.184303 tizen_5.5.m2_release
Tae-Young Chung [Mon, 23 Sep 2019 06:07:55 +0000 (15:07 +0900)]
Remove apis related to IInferenceEngineVision

inference-engine-opencv is a plugin to provide inference only.
Thus, domain specific functions such as vision should be removed
even though it is OpenCV.
Instead, add apis GetInputLayerAttrType(), SetInputDataBuffer(), GetInputDataPtr()
which can be used to access to memory.

Change-Id: I8abaa91b10396a2687b25e10d50a31d70405c2ed
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
4 years agoSets NULL to pointer variable.
Hyunsoo Park [Fri, 6 Sep 2019 06:28:24 +0000 (15:28 +0900)]
Sets NULL to pointer variable.

C++ delete method just release allocated memory. It doesn't set NULL value to variable.
So i make variable to NULL after delete process.

Change-Id: I42661f77ff3bcc2b0dafbb3b37741cc8c0d4e720
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoRemove PrepareInputLayerPassage(). 08/213408/1 accepted/tizen/unified/20190916.111639 submit/tizen/20190905.073548
Hyunsoo Park [Thu, 5 Sep 2019 05:06:23 +0000 (14:06 +0900)]
Remove PrepareInputLayerPassage().

It doesn't use anymore. So i remove it.

Change-Id: If6113a2982e2aa0c3111cbedb5dcfd726128d1f0
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
4 years agoDeletion of related methods as inherited class changing. 33/212533/3 submit/tizen/20190905.022044
Hyunsoo Park [Thu, 22 Aug 2019 11:33:07 +0000 (20:33 +0900)]
Deletion of related methods as inherited class changing.

It is inherited by IInferenceEngineVision and IInferenceEngineCommon both.
But relationship of them is changed as inheritant. So i remove unneccessary methods.

Change-Id: I0821a4d3d7b0640cabdeadbef180fc6fd097f90d
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoAdd INFERENCE_TARGET_CUSTOM, Support multiple output tensors 25/210825/4 accepted/tizen/unified/20190904.112603 submit/tizen/20190904.072843
Tae-Young Chung [Thu, 25 Jul 2019 05:54:11 +0000 (14:54 +0900)]
Add INFERENCE_TARGET_CUSTOM, Support multiple output tensors

Change-Id: Iab1965c027b4207ae699f5998f789b85020f7a8b
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
5 years agoInitial codes
Tae-Young Chung [Thu, 4 Jul 2019 11:15:34 +0000 (20:15 +0900)]
Initial codes

Note that this initial code is under development and provides limited functionality.
In addition, OpenCV based implementation must be applied to vision specific purpose.

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
5 years agoInitial empty repository master
Tizen Infrastructure [Mon, 1 Jul 2019 01:54:16 +0000 (01:54 +0000)]
Initial empty repository