Skip to content

Commit 44ce31f

Browse files
committed
feat(scripts): print info when creating image data archive
1 parent b108f25 commit 44ce31f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/prepare_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def draw_image(strokes):
150150
image_path, os.path.join(f"images_data{SIZE}/test/{label}", image_file)
151151
)
152152

153+
print("Creating image archive")
153154
# combine directories in tar file, so it can easily be uploaded for training
154155
with tarfile.open("images.tar.xz", "w:xz") as tar:
155156
tar.add(f"images_data{SIZE}/train", arcname="train")

0 commit comments

Comments
 (0)