OpenVINO Benchmark - up-division/up-ai GitHub Wiki
- Create a Python Virtual Environment
python -m venv benchmark

- Activate the virtual environment
benchmark\Scripts\activate

- Install openvino
pip install openvino

- List available devices
benchmark_app -h


- 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).
- Run prepare.sh to set up a python virtual environment
- Activate virtual environment
source inst/linux/env/obj_ov/bin/activate

- List available devices
benchmark_app -h

- Run the OpenVINO benchmark command
benchmark_app -m <model_name> -d <device>
