Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

OpenVino Async runs OK? #15

Open
alexanderwendt opened this issue May 19, 2021 · 2 comments
Open

OpenVino Async runs OK? #15

alexanderwendt opened this issue May 19, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@alexanderwendt
Copy link
Contributor

As api=async execution does not measure layer times, but is faster than the api=sync, we want to use async execution and nireq=1 as the standard option.

It shall be checked if the programm runs without errors for async mode for:
https://github.com/embedded-machine-learning/scripts-and-guides/blob/main/scripts/hardwaremodules/openvino/run_pb_bench_sizes.py

and

https://github.com/embedded-machine-learning/scripts-and-guides/blob/main/scripts/hardwaremodules/openvino/test_write_results.py

@alexanderwendt alexanderwendt added the enhancement New feature or request label May 19, 2021
@mwessley
Copy link
Contributor

async at nireq=1 would be equal to sync mode.
In general higher number of nireq increases latency but at the same time achieves higher throughput. So I`d say we need to cover both cases.

@alexanderwendt
Copy link
Contributor Author

What is the optimal setting for min. latency for sequencial images on OpenVino? Is then sync mode still our best option if batchsize=1?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants