Skip to content

Commit

Permalink
fix(label_split_data): add suffle
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Jan 12, 2024
1 parent 5a87f4a commit 767dc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/extraction/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
hash_output = args.hash_output

extract_images = ExtractImages(DataManager())
result = extract_images(pdfs_input, images_output)
result = extract_images.extract_images(pdfs_input, images_output)

computed_hash = hash_dir(images_output)
with open(str(Path(hash_output) / "hash.txt"), "w") as file:
Expand Down

0 comments on commit 767dc8c

Please sign in to comment.