From 7d55c8abc76f0dc528330490d1c685183450ff49 Mon Sep 17 00:00:00 2001 From: Laurent COLBOIS <lcolbois@.idiap.ch> Date: Mon, 21 Dec 2020 15:29:18 +0100 Subject: [PATCH] Fix right profile annotation --- bob/bio/face/database/sample_loaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/face/database/sample_loaders.py b/bob/bio/face/database/sample_loaders.py index e62af487..bc6b553f 100644 --- a/bob/bio/face/database/sample_loaders.py +++ b/bob/bio/face/database/sample_loaders.py @@ -96,7 +96,7 @@ class MultiposeAnnotations(TransformerMixin, BaseEstimator): ): # Right profile annotations = { - "leye": ( + "reye": ( float(find_attribute(x, "reye_x")), float(find_attribute(x, "reye_y")), ), -- GitLab