Skip to content
Snippets Groups Projects
Commit 9c561fe2 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

The scoring in the LFW protocols are sparse

parent 907f1354
No related branches found
No related tags found
1 merge request!103Fix LFW database
Pipeline #48055 passed
...@@ -24,5 +24,6 @@ database = DatabaseConnector( ...@@ -24,5 +24,6 @@ database = DatabaseConnector(
enroller_training_options={ enroller_training_options={
"world_type": "restricted" "world_type": "restricted"
}, # 'subworld' : 'twofolds' }, # 'subworld' : 'twofolds'
) ),
allow_scoring_with_all_biometric_references=False,
) )
...@@ -24,5 +24,6 @@ database = DatabaseConnector( ...@@ -24,5 +24,6 @@ database = DatabaseConnector(
enroller_training_options={ enroller_training_options={
"world_type": "unrestricted" "world_type": "unrestricted"
}, # 'subworld' : 'twofolds' }, # 'subworld' : 'twofolds'
) ),
allow_scoring_with_all_biometric_references=False,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment