openvino/tools/benchmark_tool
Denis Orlov 2aa768d58b
Remove mentioning GNA in constants and messages (#22797)
2024-02-13 07:18:25 +00:00
..
openvino Remove mentioning GNA in constants and messages (#22797) 2024-02-13 07:18:25 +00:00
CMakeLists.txt Moved cmake functions, variables to API 2.0 naming style (#20281) 2023-10-09 22:30:32 +04:00
README.md [DOCS] Merge Samples Articles Language Versions (#21661) 2024-01-12 14:24:15 +01:00
benchmark_app.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
requirements.txt Don't require opencv-python for benchmark_app (#18565) 2023-07-15 13:00:29 +04:00
setup.py benchmark: drop python3.7 (#19972) 2023-09-21 22:03:09 +04:00

README.md

Benchmark Python Tool

This page demonstrates how to use the Benchmark Python Tool to estimate deep learning inference performance on supported devices.

NOTE: This page describes usage of the Python implementation of the Benchmark Tool. For the C++ implementation, refer to the Benchmark C++ Tool page. The Python version is recommended for benchmarking models that will be used in Python applications, and the C++ version is recommended for benchmarking models that will be used in C++ applications. Both tools have a similar command interface and backend.

For more detailed information on how this sample works, check the dedicated article

Requriements

The Python benchmark_app is automatically installed when you install OpenVINO Developer Tools using PyPI Before running benchmark_app, make sure the openvino_env virtual environment is activated, and navigate to the directory where your model is located.

The benchmarking application works with models in the OpenVINO IR (model.xml and model.bin) and ONNX (model.onnx) formats. Make sure to convert your models if necessary.