projects
/
platform
/
core
/
multimedia
/
inference-engine-opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47de4b7
)
Fix unused variable warning
89/237189/1
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
tizen_6.0
tizen_6.0_hotfix
accepted/tizen/6.0/unified/20201030.121117
accepted/tizen/6.0/unified/hotfix/20201103.051814
accepted/tizen/unified/20200628.221634
submit/tizen/20200626.050805
submit/tizen/20200626.060446
submit/tizen/20200626.070253
submit/tizen_6.0/20201029.205103
submit/tizen_6.0_hotfix/20201102.192503
submit/tizen_6.0_hotfix/20201103.114803
tizen_6.0.m2_release
author
Inki Dae
<inki.dae@samsung.com>
Fri, 26 Jun 2020 01:12:41 +0000
(10:12 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 26 Jun 2020 01:12:41 +0000
(10:12 +0900)
Change-Id: I90e3f26dddc6567a5084e6c2c88273669c1787ed
Signed-off-by: Inki Dae <inki.dae@samsung.com>
src/inference_engine_opencv.cpp
patch
|
blob
|
history
diff --git
a/src/inference_engine_opencv.cpp
b/src/inference_engine_opencv.cpp
index a084074b66fefa0f2a4edb25bb786884b1bd0471..6533c219ca9abf4f11365d2f41e047e3a44aa5c3 100644
(file)
--- a/
src/inference_engine_opencv.cpp
+++ b/
src/inference_engine_opencv.cpp
@@
-338,8
+338,6
@@
namespace OpenCVImpl
// Suppose a case that an input layer and mulitple input tensors are given.
mNet.setInput(mInputBlobs, mInputLayers.front());
- int idx = 0;
-
if (mOutputBlobs.size() != output_buffers.size()) {
LOGE("output_buffers size is %zu but outputBlobs %zu",
output_buffers.size(), mOutputBlobs.size());