From 9517c05096baaf5d9065501d0afdea5037624517 Mon Sep 17 00:00:00 2001
From: Laurent COLBOIS <lcolbois@.idiap.ch>
Date: Mon, 21 Dec 2020 19:47:18 +0100
Subject: [PATCH] Better terminology

---
 bob/bio/face/config/baseline/helpers.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/bio/face/config/baseline/helpers.py b/bob/bio/face/config/baseline/helpers.py
index d506c1d6..9e03d002 100644
--- a/bob/bio/face/config/baseline/helpers.py
+++ b/bob/bio/face/config/baseline/helpers.py
@@ -78,7 +78,7 @@ def embedding_transformer_default_cropping(cropped_image_size, annotation_type):
 
     else:
 
-        logger.warning(f"Annotation type {annotation_type} is not handled. Input images will be fully scaled.")
+        logger.warning(f"Annotation type {annotation_type} is not supported. Input images will be fully scaled.")
         cropped_positions = None
 
     return cropped_positions
@@ -137,7 +137,7 @@ def legacy_default_cropping(cropped_image_size, annotation_type):
 
     else:
 
-        logger.warning(f"Annotation type {annotation_type} is not handled. Input images will be fully scaled.")
+        logger.warning(f"Annotation type {annotation_type} is not supported. Input images will be fully scaled.")
         cropped_positions = None
 
     return cropped_positions
-- 
GitLab