projects
/
platform
/
core
/
multimedia
/
inference-engine-interface.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc060b
)
dldt input format change
author
Kwanghoon Son
<k.son@samsung.com>
Thu, 9 Apr 2020 01:23:19 +0000
(10:23 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Tue, 14 Apr 2020 00:42:53 +0000
(09:42 +0900)
dldt bin is hard to figure out with data format.
change bin to xml file.
Change-Id: I4439a993600729fe90d5d24942510ee4388002e5
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
test/src/inference_engine_test.cpp
patch
|
blob
|
history
diff --git
a/test/src/inference_engine_test.cpp
b/test/src/inference_engine_test.cpp
index 5a1648281d3778ce35060987017bd191f18a76a3..cfe4ce5ee62fee94cbf07104d4f2b8ba54443b0e 100644
(file)
--- a/
test/src/inference_engine_test.cpp
+++ b/
test/src/inference_engine_test.cpp
@@
-44,7
+44,7
@@
std::map<std::string, int> Model_Formats = {
{ "tflite", INFERENCE_MODEL_TFLITE },
{ "t7", INFERENCE_MODEL_TORCH },
{ "weights", INFERENCE_MODEL_DARKNET },
- { "
bin
", INFERENCE_MODEL_DLDT },
+ { "
xml
", INFERENCE_MODEL_DLDT },
{ "onnx", INFERENCE_MODEL_ONNX }
};