finish
This commit is contained in:
parent
db9363c4b0
commit
49dc859d33
Binary file not shown.
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 3.7 MiB |
@ -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 = []
|
images = []
|
||||||
for filename in os.listdir(folder):
|
for filename in os.listdir(folder):
|
||||||
img = cv2.imread(os.path.join(folder, filename))
|
img = cv2.imread(os.path.join(folder, filename))
|
||||||
|
Loading…
Reference in New Issue
Block a user