Skip to content

Commit a692e88

Browse files
committed
Add OpenVINO format type.
Signed-off-by: Bofu Chen (bafu) <bofu@dt42.io>
1 parent 718e4fb commit a692e88

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bin/dlmodel_source

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def get_meta():
4646
7: 'mxnet',
4747
8: 'movidius',
4848
9: 'ONNX',
49-
10: 'others'
49+
10: 'OpenVINO',
50+
11: 'others'
5051
}
5152
# model, label, config are full paths for copying them into
5253
# target package directory. They will be updated to relative paths
@@ -68,10 +69,9 @@ def get_meta():
6869
engine_index = int(input(
6970
(
7071
'Inference engine\n'
71-
'\t1. TensorFlow 2. Keras 3. Caffe2 4. PyTorch\n'
72-
'\t5. Darknet 6. Caffe 7. MXNet 8. Movidius\n'
73-
'\t9. ONNX 10. Others\n'
74-
'\t9. Other\n'
72+
'\t1. TensorFlow 2. Keras 3. Caffe2 4. PyTorch\n'
73+
'\t5. Darknet 6. Caffe 7. MXNet 8. Movidius\n'
74+
'\t9. ONNX 10. OpenVINO 11. Others\n'
7575
': '
7676
)
7777
))

0 commit comments

Comments
 (0)