Summary
Links to demo and code to run demos synchronously or asynchronously
Description
- How to switch between synchronous and asynchronous processing of NCS2
- Where to find a manual way for switching between synchronous and asynchronous
Resolution
- Use the infer() or start_async() functions. Check these functions here.
- Some demos, such as the Object Detection YOLOv3 Python* Demo, feature the Sync and the Async ways toggled by the Tab key.
Additional information
Information taken from:
- Object Detection YOLOv3 Async Demo
- OpenVINO™ toolkit API functions related to sync and async infer requests