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.
2 parents 2856f9d + c59e722 commit 0fd7ab0Copy full SHA for 0fd7ab0
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