We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718e4fb commit a692e88Copy full SHA for a692e88
1 file changed
bin/dlmodel_source
@@ -46,7 +46,8 @@ def get_meta():
46
7: 'mxnet',
47
8: 'movidius',
48
9: 'ONNX',
49
- 10: 'others'
+ 10: 'OpenVINO',
50
+ 11: 'others'
51
}
52
# model, label, config are full paths for copying them into
53
# target package directory. They will be updated to relative paths
@@ -68,10 +69,9 @@ def get_meta():
68
69
engine_index = int(input(
70
(
71
'Inference engine\n'
- '\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'
+ '\t1. TensorFlow 2. Keras 3. Caffe2 4. PyTorch\n'
+ '\t5. Darknet 6. Caffe 7. MXNet 8. Movidius\n'
+ '\t9. ONNX 10. OpenVINO 11. Others\n'
75
': '
76
)
77
))
0 commit comments