aboutsummaryrefslogtreecommitdiff
path: root/tests/ModelAccuracyTool-Armnn/README.md
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2021-11-17 11:46:25 +0000
committerTeresa Charlin <teresa.charlinreyes@arm.com>2021-11-17 17:09:59 +0000
commit2b30f16d5393a0f59110af2d9e128aab430b13f0 (patch)
treefbf07bff5606d6e486710b4bdc9175881eefcd49 /tests/ModelAccuracyTool-Armnn/README.md
parentd998a1cfbcc7b4ed9922532ffe19c51283fcae68 (diff)
downloadarmnn-2b30f16d5393a0f59110af2d9e128aab430b13f0.tar.gz
IVGCVSW-6580 ModelAccuracyTool: change parameter "b,blacklist-path"
to comply with inclusive language guidelines. Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Iff3c9fd1107ddd97b1547f676e6aec06d7e2d28a
Diffstat (limited to 'tests/ModelAccuracyTool-Armnn/README.md')
-rw-r--r--tests/ModelAccuracyTool-Armnn/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ModelAccuracyTool-Armnn/README.md b/tests/ModelAccuracyTool-Armnn/README.md
index 6383f33096..74a4c28f02 100644
--- a/tests/ModelAccuracyTool-Armnn/README.md
+++ b/tests/ModelAccuracyTool-Armnn/README.md
@@ -24,7 +24,7 @@ To build ModelAccuracyTool, pass the following options to Cmake:
| -l | --data-layout ] | Data layout. Supported value: NHWC, NCHW. Default: NHWC
| -c | --compute | Which device to run layers on by default. Possible choices: CpuRef, CpuAcc, GpuAcc. Default: CpuAcc, CpuRef |
| -r | --validation-range | The range of the images to be evaluated. Specified in the form <begin index>:<end index>. The index starts at 1 and the range is inclusive. By default the evaluation will be performed on all images. |
-| -b | --blacklist-path | Path to a blacklist file where each line denotes the index of an image to be excluded from evaluation. |
+| -e | --excludelist-path | Path to a excludelist file where each line denotes the index of an image to be excluded from evaluation. |
Example usage: <br>
<code>./ModelAccuracyTool -m /path/to/model/model.armnn -f tflite -i input -o output -d /path/to/test/directory/ -p /path/to/model-output-labels -v /path/to/file/val.txt -c CpuRef -r 1:100</code> \ No newline at end of file