platform/core/multimedia/inference-engine-tflite.git
5 years agofix coverity issue ref/for/tizen
sangho park [Fri, 27 Sep 2019 02:28:52 +0000 (11:28 +0900)]
fix coverity issue

[1087465] Uninitialized pointer field

Signed-off-by: sangho park <sangho.g.park@samsung.com>
5 years agoRemove apis related to IInferenceEngineVision 05/214205/3 accepted/tizen/unified/20190925.042223 submit/tizen/20190924.061550 submit/tizen/20190925.014740
Tae-Young Chung [Wed, 18 Sep 2019 08:36:11 +0000 (17:36 +0900)]
Remove apis related to IInferenceEngineVision

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

Change-Id: I408a95c86bc2477465e5a08dab192bb6f3813ad1
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
5 years agoRemove BuildRequires: pkgconfig(tensorflow-lite) >= 1.13.1 57/213857/2 accepted/tizen/unified/20190919.065306 submit/tizen/20190916.020613 submit/tizen/20190919.014638
Tae-Young Chung [Mon, 16 Sep 2019 01:54:37 +0000 (10:54 +0900)]
Remove BuildRequires: pkgconfig(tensorflow-lite) >= 1.13.1

There is no tensorflow-lite rpm, but only tensorflow-lite-devel.
That should be removed.

Change-Id: Ib41b40613dc53808024723a8ab759895824ada2e
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
5 years agoAdd namespace. 07/213407/1 accepted/tizen/unified/20190916.111641 submit/tizen/20190905.073548
Hyunsoo Park [Thu, 5 Sep 2019 05:03:24 +0000 (14:03 +0900)]
Add namespace.

Without declaring InferenceEngineInterface::Common, this class can't detect 'IInferenceEngineCommon'.

Change-Id: I443c6bd8e827ff3a6846c840738c255c2b7b9e72
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoDeletion of related methods as inherited class changing. 32/212532/3 submit/tizen/20190905.022044
Hyunsoo Park [Thu, 22 Aug 2019 11:26:53 +0000 (20:26 +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: I22303fbdea68b2944f9a64fc99fee77a8501d4e9
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
5 years agoAdded missing libopencv_improc link and implemented face and facial landmark detection 35/211935/2 accepted/tizen/unified/20190828.011056 submit/tizen/20190824.013905 submit/tizen/20190826.010217 submit/tizen/20190828.000454
Tae-Young Chung [Mon, 12 Aug 2019 07:23:32 +0000 (16:23 +0900)]
Added missing libopencv_improc link and implemented face and facial landmark detection

Change-Id: I49546847d8f054bb026036e4a385be0cf17c5f0f
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
5 years agoAdd INFERENCE_TARGET_CUSTOM, Support multiple output tensors and object detection 59/210759/2
Tae-Young Chung [Wed, 24 Jul 2019 08:08:28 +0000 (17:08 +0900)]
Add INFERENCE_TARGET_CUSTOM, Support multiple output tensors and object detection

Note that Tizen supports tensorflow-lite version 1.13,
which supports the SSD including postprocess, i.e. NMS

Change-Id: I6542449a284727ab0e1eba8c9e9aa28fa9bc39ee
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
5 years agoIntial codes
Tae-Young Chung [Thu, 4 Jul 2019 11:05:35 +0000 (20:05 +0900)]
Intial codes

Note that this initial code is under development and provides very limited functionality.

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