Skip to content
Snippets Groups Projects
Commit 9517c050 authored by Laurent COLBOIS's avatar Laurent COLBOIS
Browse files

Better terminology

parent ebb53f47
No related branches found
No related tags found
1 merge request!92MultiFaceCrop
Pipeline #46766 passed
...@@ -78,7 +78,7 @@ def embedding_transformer_default_cropping(cropped_image_size, annotation_type): ...@@ -78,7 +78,7 @@ def embedding_transformer_default_cropping(cropped_image_size, annotation_type):
else: 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 cropped_positions = None
return cropped_positions return cropped_positions
...@@ -137,7 +137,7 @@ def legacy_default_cropping(cropped_image_size, annotation_type): ...@@ -137,7 +137,7 @@ def legacy_default_cropping(cropped_image_size, annotation_type):
else: 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 cropped_positions = None
return cropped_positions return cropped_positions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment