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

Fix typo in face_crop_solver

parent d3cb2507
No related branches found
No related tags found
1 merge request!119Refactor baseline config helpers
Pipeline #50759 failed
...@@ -24,7 +24,7 @@ def face_crop_solver( ...@@ -24,7 +24,7 @@ def face_crop_solver(
fixed_positions_list=fixed_positions, fixed_positions_list=fixed_positions,
color_channel=color_channel, color_channel=color_channel,
dtype=dtype, dtype=dtype,
annotation=annotator, annotator=annotator,
) )
else: else:
return FaceCrop( return FaceCrop(
......
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