Skip to content
Snippets Groups Projects
Commit e47ee11a authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Patched the 112x112 crop

parent e646eff7
No related branches found
No related tags found
1 merge request!102New baselines
...@@ -235,7 +235,11 @@ def embedding_transformer_112x112( ...@@ -235,7 +235,11 @@ def embedding_transformer_112x112(
cropped_image_size = (112, 112) cropped_image_size = (112, 112)
if annotation_type == "eyes-center": if annotation_type == "eyes-center":
# Hard coding eye positions for backward consistency # Hard coding eye positions for backward consistency
cropped_positions = {"leye": (49, 72), "reye": (49, 38)} cropped_positions = {
"leye": (55, 81),
"reye": (55, 42),
}
else: else:
# Will use default # Will use default
cropped_positions = embedding_transformer_default_cropping( cropped_positions = embedding_transformer_default_cropping(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment