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

Changed coordinates

parent d3ddb180
No related branches found
No related tags found
1 merge request!112Feature extractors
Pipeline #51517 failed
...@@ -188,7 +188,7 @@ def vgg16_oxford_baseline(annotation_type, fixed_positions=None): ...@@ -188,7 +188,7 @@ def vgg16_oxford_baseline(annotation_type, fixed_positions=None):
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": (100, 140), "reye": (100, 95)} cropped_positions = {"leye": (110, 144), "reye": (110, 96)}
else: else:
cropped_positions = dnn_default_cropping(cropped_image_size, annotation_type) cropped_positions = dnn_default_cropping(cropped_image_size, annotation_type)
......
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