Skip to content
Snippets Groups Projects
Commit 231f65b7 authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

[script][pad_commands] Remove traces of show-dev option

parent aed05f24
No related branches found
No related tags found
1 merge request!43Finalization of plots
Pipeline #
...@@ -130,6 +130,7 @@ def det(ctx, scores, evaluation, **kargs): ...@@ -130,6 +130,7 @@ def det(ctx, scores, evaluation, **kargs):
@common_options.eval_option() @common_options.eval_option()
@common_options.n_bins_option() @common_options.n_bins_option()
@common_options.criterion_option() @common_options.criterion_option()
@common_options.far_option()
@common_options.thresholds_option() @common_options.thresholds_option()
@common_options.const_layout_option() @common_options.const_layout_option()
@common_options.print_filenames_option(dflt=False) @common_options.print_filenames_option(dflt=False)
...@@ -150,8 +151,7 @@ def hist(ctx, scores, evaluation, **kwargs): ...@@ -150,8 +151,7 @@ def hist(ctx, scores, evaluation, **kwargs):
By default, when eval-scores are given, only eval-scores histograms are By default, when eval-scores are given, only eval-scores histograms are
displayed with threshold line displayed with threshold line
computed from dev-scores. If you want to display dev-scores distributions computed from dev-scores.
as well, use ``--show-dev`` option.
Examples: Examples:
$ bob pad hist -v dev-scores $ bob pad hist -v dev-scores
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment