Skip to content

Commit

Permalink
Fixed debug output: 'debug_annotated' didn't contain any annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
liebharc committed Oct 25, 2024
1 parent 02d14ce commit f388f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion homr/staff_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ def prepare_staff_image(
(0, 0, 255),
1,
)
debug.write_image_with_fixed_suffix(f"_staff-{index}_debug_annotated.jpg", staff_image)
debug.write_image_with_fixed_suffix(
f"_staff-{index}_debug_annotated.jpg", transformed_staff_image
)
return staff_image, staff


Expand Down

0 comments on commit f388f92

Please sign in to comment.