Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
231f65b7
Commit
231f65b7
authored
Jun 06, 2018
by
Theophile GENTILHOMME
Browse files
[script][pad_commands] Remove traces of show-dev option
parent
aed05f24
Pipeline
#20845
passed with stage
in 29 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/pad_commands.py
View file @
231f65b7
...
...
@@ -130,6 +130,7 @@ def det(ctx, scores, evaluation, **kargs):
@
common_options
.
eval_option
()
@
common_options
.
n_bins_option
()
@
common_options
.
criterion_option
()
@
common_options
.
far_option
()
@
common_options
.
thresholds_option
()
@
common_options
.
const_layout_option
()
@
common_options
.
print_filenames_option
(
dflt
=
False
)
...
...
@@ -150,8 +151,7 @@ def hist(ctx, scores, evaluation, **kwargs):
By default, when eval-scores are given, only eval-scores histograms are
displayed with threshold line
computed from dev-scores. If you want to display dev-scores distributions
as well, use ``--show-dev`` option.
computed from dev-scores.
Examples:
$ bob pad hist -v dev-scores
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment