From 39f56978a016c62a418651546d5af805db32bfab Mon Sep 17 00:00:00 2001 From: autumn <109412646+autumn-2-net@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:15:41 +0800 Subject: [PATCH] updata --- auto_pack_img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_pack_img.py b/auto_pack_img.py index d3f39ae..99bfc15 100644 --- a/auto_pack_img.py +++ b/auto_pack_img.py @@ -98,7 +98,7 @@ def stitch_images_bin_packing(images): -def load_images_from_folder(folder,max_height=256,max_width=256): +def load_images_from_folder(folder,max_height=768,max_width=768): images = [] for filename in os.listdir(folder): img = cv2.imread(os.path.join(folder, filename))