This commit is contained in:
autumn 2024-10-09 13:02:12 +08:00
parent db9363c4b0
commit 49dc859d33
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 3.7 MiB

View File

@ -98,7 +98,7 @@ def stitch_images_bin_packing(images):
def load_images_from_folder(folder,max_height=512,max_width=512):
def load_images_from_folder(folder,max_height=256,max_width=256):
images = []
for filename in os.listdir(folder):
img = cv2.imread(os.path.join(folder, filename))

BIN
en/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
en/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
en/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
en/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB