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
63d3eae5
Commit
63d3eae5
authored
Jul 03, 2018
by
Theophile GENTILHOMME
Browse files
Modify doc description
parent
65e1c016
Pipeline
#21539
passed with stage
in 13 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/pad_commands.py
View file @
63d3eae5
...
...
@@ -35,9 +35,10 @@ def gen(ctx, outdir, mean_match, mean_non_match, n_sys):
@
common_options
.
metrics_command
(
common_options
.
METRICS_HELP
.
format
(
names
=
'FtA,
FAR, FRR,
APCER, BPCER, ACER'
,
names
=
'FtA, APCER, BPCER,
FAR, FRR,
ACER'
,
criteria
=
CRITERIA
,
score_format
=
SCORE_FORMAT
,
hter_note
=
'Note that ACER = (APCER + BPCER) / 2'
,
hter_note
=
'Note that FAR = APCER * (1 - FtA), FRR = FtA + BPCER * (1 - FtA) '
'and ACER = (FMR + FMNR) / 2.'
,
command
=
'bob pad metrics'
),
criteria
=
CRITERIA
)
def
metrics
(
ctx
,
scores
,
evaluation
,
**
kwargs
):
process
=
figure
.
Metrics
(
ctx
,
scores
,
evaluation
,
load
.
split
)
...
...
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