Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.cuhk_cufs
Commits
1da1ff48
Commit
1da1ff48
authored
Dec 10, 2015
by
Tiago de Freitas Pereira
Browse files
Updated the evaluation script
parent
5fb68521
Changes
1
Show whitespace changes
Inline
Side-by-side
bob/db/cuhk_cufs/scripts/evaluate_cufs.py
View file @
1da1ff48
...
...
@@ -214,7 +214,7 @@ def _plot_cmc(cmcs, colors, labels, title, fontsize=18, position=None):
pyplot
.
xlabel
(
'Rank'
)
pyplot
.
ylabel
(
'Probability (\%)'
)
pyplot
.
xticks
(
ticks
,
[
str
(
t
)
for
t
in
ticks
])
pyplot
.
axis
([
0
,
max_x
,
90
,
100
])
pyplot
.
axis
([
0
,
max_x
,
85
,
100
])
pyplot
.
legend
(
loc
=
position
,
prop
=
{
'size'
:
fontsize
})
pyplot
.
title
(
title
)
pyplot
.
grid
(
True
)
...
...
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