Unable to Append the Tensor Output Results for Asynchronous Inferencing in OpenVINO™ Python* API
Content Type: Troubleshooting | Article ID: 000094535 | Last Reviewed: 11/13/2023
Use append(next(iter(infer_request.results.values()))) in order to append the unique output tensor results of each asynchronous inferencing.
Refer Image Classification Async Python Sample for more information on how to use asynchronous inferencing.