Skip to content

Commit

Permalink
missed more
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Jan 12, 2024
1 parent 04b1d8e commit 74bf500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page_xml/xml_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def to_instances(
instances = self.build_baseline_instances(
gt_data,
image_shape,
xml_regions.line_width,
self.xml_regions.line_width,
)
return instances
elif self.xml_regions.mode == "text_line":
Expand Down Expand Up @@ -612,7 +612,7 @@ def to_pano(
pano, segments_info = self.build_baseline_pano(
gt_data,
image_shape,
xml_regions.line_width,
self.xml_regions.line_width,
)
return pano, segments_info
elif self.xml_regions.mode == "text_line":
Expand Down

0 comments on commit 74bf500

Please sign in to comment.