Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.pad.base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.pad.base
Commits
ae7974fd
Commit
ae7974fd
authored
Apr 03, 2018
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log HTER and IAPMR on info stream
parent
165fcc9d
Pipeline
#21241
failed with stage
in 10 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
bob/pad/base/script/plots.py
bob/pad/base/script/plots.py
+3
-0
No files found.
bob/pad/base/script/plots.py
View file @
ae7974fd
...
...
@@ -123,7 +123,10 @@ def plot_vuln_score_dist(scores, y1_label=True, y2_label=True, x_label=True,
spoof_eval_neg
,
spoof_eval_pos
,
_
=
fta
(
split
(
scores
[
3
]))
threshold
=
calc_threshold
(
'eer'
,
licit_dev_neg
,
licit_dev_pos
)
far
,
frr
=
farfrr
(
licit_eval_neg
,
licit_eval_pos
,
threshold
)
iapmr
,
_
=
farfrr
(
spoof_eval_neg
,
licit_eval_pos
,
threshold
)
logger
.
info
(
'HTER (t=%.2g) = %.2f%%; IAPMR = %.2f%%'
,
threshold
,
50
*
(
far
+
frr
),
100
*
iapmr
)
if
title
:
plt
.
title
(
title
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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