Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparing the performance of different versions of the OpenVINO library #28191

Open
ksv87 opened this issue Dec 24, 2024 · 2 comments
Open

Comparing the performance of different versions of the OpenVINO library #28191

ksv87 opened this issue Dec 24, 2024 · 2 comments
Assignees
Labels
performance Performance related topics support_request

Comments

@ksv87
Copy link

ksv87 commented Dec 24, 2024

I have two versions of the OpenVINO library: 2021.3.394 and 2022.3.1. I run inference on the same model with the same hardware, without setting any additional parameters.

When running inference on the GPU, the results are comparable, with approximately the same frames per second (FPS), as expected. However, when running on the CPU, the newer version provides a 2x increase in FPS. Why is this?

I need to use the older version due to dependencies in the older part of our software. However, I would like to try and configure it such that the FPS is more comparable. Is this possible?

@ilya-lavrenov
Copy link
Contributor

It's hard to say exactly what is a reason of such improvements.
OpenVINO merges tens of commit every working day to improve quality and performance, so between these versions we have 1 year and hundreds of commits.

dependencies in the older part of our software

Maybe it's better to resolve this issue? OpenVINO has very small amount of dependencies:

  • TBB on C++ level
  • numpy on Python level.

@ksv87
Copy link
Author

ksv87 commented Dec 24, 2024

Thank you for answer

Maybe it's better to resolve this issue? OpenVINO has very small amount of dependencies

I mean, the old software segment uses the specified version of the library. This segment is being developed by another team and is freezed, so I can't influence it. However, I would like the software to not depend on multiple versions of openvino (2021.3.394 and newer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance related topics support_request
Projects
None yet
Development

No branches or pull requests

3 participants