Replies: 1 comment
-
I think this should solve your issue : https://gist.github.com/dkurt/59a7e7b5b45f9c46b31e01ce47d098a2 Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running C++ Openvino version 2023.3.0, Ubuntu 20.04.6 LTS.
The model files are generated from openvino 2024.0, exported from YOLOv8
Will try to explain -
I would like to run the same input, asynchronously, on 2 or more models. Current problem I am facing -
I have been using the sample '/samples/cpp/classification_sample_async', and tried to read more than one model, and run it using the 'start_async' function.
I've seen no improvement from the sequential.
code - (We are trying to load the same model 3 times)
I then stumbled upon the following sample, using face detector, which then followed by multiple async models - emotion, age, etc.
Although it is exactly the same thing we are aiming to achieve (running few models on SAME input - in this sample's case, the cropped face), I didn't see any relevant code changes from what we have already tried.
If you could reference me for the right documentation, or if you knew what was happening here behind the scenes to explain this situation, would be happy to know~
running lscpu -e :
running lscpu :
Beta Was this translation helpful? Give feedback.
All reactions