Add dummy buffer to inference_engine_tensor_buffers for output buffers
authorTae-Young Chung <ty83.chung@samsung.com>
Wed, 8 Apr 2020 04:17:10 +0000 (13:17 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 20 Apr 2020 00:51:05 +0000 (09:51 +0900)
commit2566e835f8f920f851941b2eebe11d46cb3717fa
treea1419b5711624b7b206ab6f2e15f3a8ad1527e5e
parentbbf1cc99a34b9449537300f03e4febd1b6bbb95b
Add dummy buffer to inference_engine_tensor_buffers for output buffers

In case of object detection, mobilenet-ssd, its output may be null and
it causes the memory allocation at inference-engine-interface
not from opencv itself.
To handle that case, temporally add dummy buffer.

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
src/inference_engine_opencv.cpp