We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2856f9d commit c59e722Copy full SHA for c59e722
demos/action_recognition_demo/python/action_recognition_demo.py
@@ -88,7 +88,7 @@ def main():
88
core = Core()
89
90
if 'MYRIAD' in args.device:
91
- myriad_config = {'VPU_HW_STAGES_OPTIMIZATION': 'YES'}
+ myriad_config = {'MYRIAD_ENABLE_HW_ACCELERATION': 'YES'}
92
core.set_config(myriad_config, 'MYRIAD')
93
94
decoder_target_device = 'CPU'
0 commit comments