Summary
Reference for loading multiple models in a single inference
Description
- Created OpenVINO™ IECore instance for each model.
- Failed to load multiple models to a single Intel® NCS2.
Resolution
- Create OpenVINO™ IECore instance once and load multiple models on same device.
- Refer to Action Recognition Python* Demo, one of the Open Model Zoo Demos that uses multiple models in a single inference.
Additional information
Refer to Open Model Zoo Demo