dldt input format change
authorKwanghoon Son <k.son@samsung.com>
Thu, 9 Apr 2020 01:23:19 +0000 (10:23 +0900)
committerInki 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

index 5a1648281d3778ce35060987017bd191f18a76a3..cfe4ce5ee62fee94cbf07104d4f2b8ba54443b0e 100644 (file)
@@ -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 }
 };