diff --git a/bob/bio/face/database/sample_loaders.py b/bob/bio/face/database/sample_loaders.py index e62af487c8c9cdf73abd1676b00c5b4ed442dd47..bc6b553f231239c7f3685e0395c356928c18dfe3 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")), ),