nuno-faria / tiler

👷 Build images with images
MIT License
5.89k stars 423 forks source link

IndexError: tuple index out of range #40

Closed th3g3ntI3man closed 2 years ago

th3g3ntI3man commented 2 years ago

Traceback (most recent call last): File "/home/kali/tiler/tiler.py", line 223, in main() File "/home/kali/tiler/tiler.py", line 217, in main boxes, original_res = get_processed_image_boxes(image_path, tiles) File "/home/kali/tiler/tiler.py", line 151, in get_processed_image_boxes img = read_image(image_path) File "/home/kali/tiler/tiler.py", line 34, in read_image if img.shape[2] == 3: IndexError: tuple index out of range

nuno-faria commented 2 years ago

Does the path with the tiles only contain images?

th3g3ntI3man commented 2 years ago

Fixed: Image was too small (I think).