Skip to content

Commit

Permalink
Update tests/onnx/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lyalyushkin Nikolay <[email protected]>
  • Loading branch information
AlexanderDokuchaev and ljaljushkin authored Mar 5, 2024
1 parent df75489 commit 0eed480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/onnx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We provide two types of tests.
You should give three arguments to run this test.

1. `--model-dir`: The directory path which includes ONNX Model ZOO models (.onnx files). See [#prepare-models](benchmarking/README.md#benchmark-for-onnx-models-vision) for details.
2. `--data-dir`: The directory path which includes datasets (ImageNet2012, COCO, Cityscapes, and VOC) [#prepare-models](benchmarking/README.md#1-prepare-dataset).
2. `--data-dir`: The directory path which includes datasets (ImageNet2012, COCO, Cityscapes, and VOC) [#prepare-dataset](benchmarking/README.md#1-prepare-dataset).
3. `--output-dir`: The directory path where the test results will be saved.
4. (Optional) `--model-names`: String containing model names to test. Model name is the prefix of the name of AccuracyChecker config before the '.' symbol. Please, provide the model names using ' ' as a separator.
5. (Optional) `--ckpt-dir`: Directory path to save quantized models.
Expand Down

0 comments on commit 0eed480

Please sign in to comment.