Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 504 Bytes

OpenVINO Benchmark Python

Benchmark in python code for a classical computer vision application use case: "Decode & Inference".

Prepare Test Data and Models

python prepare_data_and_model.py -m all

Run Video Decode Benchmark

python run_decode.py

You could use python run_decode.py -h to learn about benchmark options.

Run OpemVINO Inference Benchmark

python run_infer.py

You could use python run_infer.py -h to learn about benchmark options.