From 764b8285a47b2cdcd3744d9cd5d0e730dc49515f Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Wed, 17 Feb 2021 13:32:11 +0100 Subject: [PATCH] Forced face crops dump files in float64. In this way we can have the EXACT same results from verify.py. This was the case before. This was changed somewhere in the pipeline --- bob/bio/face/config/baseline/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/bio/face/config/baseline/helpers.py b/bob/bio/face/config/baseline/helpers.py index ffeb1496..764ae274 100644 --- a/bob/bio/face/config/baseline/helpers.py +++ b/bob/bio/face/config/baseline/helpers.py @@ -176,6 +176,7 @@ def embedding_transformer( color_channel=color_channel, cropped_positions=cropped_positions, fixed_positions=fixed_positions, + dtype="float64", ) transform_extra_arguments = ( -- GitLab