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.bio.face
Commits
9c561fe2
Commit
9c561fe2
authored
Feb 17, 2021
by
Tiago de Freitas Pereira
Browse files
The scoring in the LFW protocols are sparse
parent
907f1354
Pipeline
#48055
passed with stage
in 43 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/config/database/lfw_restricted.py
View file @
9c561fe2
...
...
@@ -24,5 +24,6 @@ database = DatabaseConnector(
enroller_training_options
=
{
"world_type"
:
"restricted"
},
# 'subworld' : 'twofolds'
)
),
allow_scoring_with_all_biometric_references
=
False
,
)
bob/bio/face/config/database/lfw_unrestricted.py
View file @
9c561fe2
...
...
@@ -24,5 +24,6 @@ database = DatabaseConnector(
enroller_training_options
=
{
"world_type"
:
"unrestricted"
},
# 'subworld' : 'twofolds'
)
),
allow_scoring_with_all_biometric_references
=
False
,
)
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