Skip to content

Commit

Permalink
CONTRIBUTING.md: change directory links to file links
Browse files Browse the repository at this point in the history
check-documentation.py requires that all links point to files, because
Doxygen doesn't support links to directories.

To be fair, CONTRIBUTING.md never actually gets processed by Doxygen
(it's not included in the OpenVINO toolkit documentation), but it's not
worth it to add an exception for it.
  • Loading branch information
Roman Donchenko committed Apr 5, 2021
1 parent 4c8ae7a commit ce6928a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Add `README.md` file, which describes demo usage. Update [demos' README.md](demo

## Accuracy Validation

Accuracy validation can be performed by the [Accuracy Checker](./tools/accuracy_checker) tool. This tool can use either IE to run a converted model, or an original framework to run an original model. Accuracy Checker supports lots of datasets, metrics and preprocessing options, which simplifies validation if a task is supported by the tool. You only need to create a configuration file that contains necessary parameters for accuracy validation (specify a dataset and annotation, pre- and post-processing parameters, accuracy metrics to compute and so on) of converted model. For details, refer to [Testing new models](./tools/accuracy_checker#testing-new-models).
Accuracy validation can be performed by the [Accuracy Checker](./tools/accuracy_checker/README.md) tool. This tool can use either IE to run a converted model, or an original framework to run an original model. Accuracy Checker supports lots of datasets, metrics and preprocessing options, which simplifies validation if a task is supported by the tool. You only need to create a configuration file that contains necessary parameters for accuracy validation (specify a dataset and annotation, pre- and post-processing parameters, accuracy metrics to compute and so on) of converted model. For details, refer to [Testing new models](./tools/accuracy_checker/README.md#testing-new-models).

If a model uses a dataset which is not supported by the Accuracy Checker, you also must provide the license and the link to it and mention it in the PR description.

Expand Down

0 comments on commit ce6928a

Please sign in to comment.