otx.cli.tools.eval#

Model quality evaluation tool.

Functions

check_label_schemas(label_schema_a, ...)

Checks that both passed label schemas have labels with the same names.

get_args()

Parses command line arguments.

main()

Main function that is used for model evaluation.

otx.cli.tools.eval.check_label_schemas(label_schema_a, label_schema_b)[source]#

Checks that both passed label schemas have labels with the same names.

If it is False that it raises RuntimeError.

otx.cli.tools.eval.get_args()[source]#

Parses command line arguments.

otx.cli.tools.eval.main()[source]#

Main function that is used for model evaluation.