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

Changed the default behaviour for

parent 4b238a25
No related branches found
No related tags found
2 merge requests!192Redoing baselines,!180[dask] Preparing bob.bio.base for dask pipelines
......@@ -81,7 +81,7 @@ class BioAlgorithm(metaclass=ABCMeta):
self,
probe_features,
biometric_references,
allow_scoring_with_all_biometric_references=False,
allow_scoring_with_all_biometric_references=True,
):
"""Scores a new sample against multiple (potential) references
......
......@@ -87,7 +87,7 @@ class VanillaBiometricsPipeline(object):
background_model_samples,
biometric_reference_samples,
probe_samples,
allow_scoring_with_all_biometric_references=False,
allow_scoring_with_all_biometric_references=True,
):
logger.info(
f" >> Vanilla Biometrics: Training background model with pipeline {self.transformer}"
......@@ -148,7 +148,7 @@ class VanillaBiometricsPipeline(object):
self,
probe_samples,
biometric_references,
allow_scoring_with_all_biometric_references=False,
allow_scoring_with_all_biometric_references=True,
):
# probes is a list of SampleSets
......
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