summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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>
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>
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>
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>
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>
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>
Tizen Infrastructure [Mon, 1 Jul 2019 01:54:16 +0000 (01:54 +0000)]
Initial empty repository