Skip to content

Commit

Permalink
Add other XML path retrieval in regions_from_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Jan 23, 2024
1 parent dcce7c1 commit 4e17ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/regions_from_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def main(args):
image_paths = get_file_paths(args.input, supported_image_formats)
xml_paths = [image_path_to_xml_path(image_path) for image_path in image_paths]

# xml_paths = get_file_paths(args.input, [".xml"])

# Single thread
# regions_per_page = []
# for xml_path_i in tqdm(xml_paths):
Expand Down

0 comments on commit 4e17ed7

Please sign in to comment.