Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Jan 12, 2024
1 parent ddecaf9 commit 04b1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page_xml/xml_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def to_sem_seg(
sem_seg = self.build_top_bottom_sem_seg(
gt_data,
image_shape,
line_width=xml_regions.line_width,
line_width=self.xml_regions.line_width,
)
return sem_seg
elif self.xml_regions.mode == "start":
Expand Down

0 comments on commit 04b1d8e

Please sign in to comment.