mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
this is a ford of jd/harness-fixes that is currently live on the benches, the ONLY thing i changed is im rounding the timestamps to the nearest second please approve --------- Co-authored-by: J-Doiron <139803019+J-Doiron@users.noreply.github.com>
24 lines
812 B
Markdown
24 lines
812 B
Markdown
# UL Procyon AI Computer Vision
|
|
|
|
Runs the UL Procyon AI Computer Vision benchmark using a specified engine and reads the Performance Score result from the output.
|
|
|
|
## Prerequisites
|
|
|
|
- Python 3.10+
|
|
- UL Procyon installed in default location and activated with at least the AI tests
|
|
- AI Computer Vision Benchmark DLC installed
|
|
|
|
## Options
|
|
|
|
- `--engine` Specifies the hardware to benchmark.
|
|
|
|
## Output
|
|
|
|
report.json
|
|
- `start_time`: number representing a timestamp of the test's start time in milliseconds
|
|
- `end_time`: number representing a timestamp of the test's end time in milliseconds
|
|
- `test`: The name of the selected benchmark
|
|
- `test_version`: The version of the benchmark
|
|
- `device_name`: The name of the device tested
|
|
- `procyon_version`: The version of Procyon used
|
|
- `score`: The text generation scores |