Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / tools / benchmark_tool / README.md
1 # OpenVINO™ Benchmark Tool
2 Inference Engine Benchmark Tool is a Python\* command-line tool, which measures latency for synchronous mode.
3
4 Please, refer to https://docs.openvinotoolkit.org for details.
5
6 ## Usage
7
8 In general, the Benchmark Tool is configured in the same way as the Accuracy Checker. You can also use additional command line arguments to define benchmark-specific parameters:
9
10 | Argument                                     | Type   | Description                                              |
11 | -------------------------------------------- | ------ | -------------------------------------------------------- |
12 | -c, --config                                 | string | Required. Path to the YML file with local configuration  |
13 | -ic, --benchmark_iterations_count            | string | Optional. Benchmark itertations count. (1000 is default) |
14
15 ## Hardware requirements
16 Hardware requirements depend on a model. Typically for public models RAM memory size has to be not less then 16Gb independently on operation system.