We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3258d commit 5b6a360Copy full SHA for 5b6a360
demos/python_demos/text_spotting_demo/text_spotting_demo.py
@@ -84,7 +84,8 @@ def build_argparser():
84
args.add_argument('-d', '--device',
85
help='Optional. Specify the target device to infer on, i.e : CPU, GPU. '
86
'The demo will look for a suitable plugin for device specified '
87
- '(by default, it is CPU).',
+ '(by default, it is CPU). Please refer to OpenVINO documentation '
88
+ 'for the list of devices supported be the model. ',
89
default='CPU', type=str, metavar='"<device>"')
90
args.add_argument('-l', '--cpu_extension',
91
help='Required for CPU custom layers. '
0 commit comments