Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
d5b7d26c
Commit
d5b7d26c
authored
Aug 31, 2016
by
Amir MOHAMMADI
Browse files
Should fix issue 14
parent
6705db63
Pipeline
#3511
passed with stages
in 17 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/plot_cmc.py
View file @
d5b7d26c
...
...
@@ -86,12 +86,12 @@ def main(command_line_options = None):
mpl
.
xlim
([
1
,
max_rank
])
else
:
plot
.
detection_identification_curve
(
data
,
rank
=
args
.
rank
,
color
=
(
0
,
0
,
1
),
linestyle
=
'--'
,
dashes
=
(
6
,
2
),
logx
=
args
.
log_x_scale
)
mpl
.
title
(
"Detection & Identification Curve"
)
mpl
.
title
(
"Detection
\
& Identification Curve"
)
if
args
.
log_x_scale
:
mpl
.
xlabel
(
'False Acceptance Rate (log) in %'
)
else
:
mpl
.
xlabel
(
'False Acceptance Rate in %'
)
mpl
.
ylabel
(
'Detection & Identification Rate in %'
)
mpl
.
ylabel
(
'Detection
\
& Identification Rate in %'
)
ticks
=
[
"%s"
%
(
t
*
100
)
for
t
in
mpl
.
xticks
()[
0
]]
mpl
.
xticks
(
mpl
.
xticks
()[
0
],
ticks
)
...
...
Amir MOHAMMADI
@amohammadi
mentioned in issue
#14 (closed)
·
Aug 31, 2016
mentioned in issue
#14 (closed)
mentioned in issue #14
Toggle commit list
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