OpenVINO Benchmark - up-division/up-ai GitHub Wiki

Windows

  1. Create a Python Virtual Environment
    python -m venv benchmark
  1. Activate the virtual environment
    benchmark\Scripts\activate
  1. Install openvino
    pip install openvino
  1. List available devices
    benchmark_app -h
  1. Run Benchmark to test
    benchmark_app -m <model_path> -d <you wanted run device>

Replace <model_path> with the path to your model file and <desired_device> with the device you want to run the benchmark on (e.g., CPU, GPU, NPU).

Linux

  1. Run prepare.sh to set up a python virtual environment
  2. Activate virtual environment
    source inst/linux/env/obj_ov/bin/activate
  1. List available devices
    benchmark_app -h
  1. Run the OpenVINO benchmark command
    benchmark_app -m <model_name> -d <device>
⚠️ **GitHub.com Fallback** ⚠️