Update auto_pack_img.py

This commit is contained in:
autumn-2-net 2024-10-09 17:56:18 +08:00 committed by GitHub
parent 2641507b34
commit b628d6c83b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ images = load_images_from_folder(folder)
stitched_image = stitch_images_bin_packing(images)
cv2.imwrite('auto_img_zh_cn.png', stitched_image)
cv2.imwrite('images/auto_img_zh_cn.png', stitched_image)
folder = 'en'
@ -143,4 +143,4 @@ images = load_images_from_folder(folder)
stitched_image = stitch_images_bin_packing(images)
cv2.imwrite('auto_img_en.png', stitched_image)
cv2.imwrite('images/auto_img_en.png', stitched_image)