You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.\grid.py:96: SyntaxWarning: "is" with a literal. Did you mean "=="? if count > 0 and batch_size > 10 and count % batch_size is 0: reading input folder... starting photomosaic creation... resizing images... max tile dims: (4, 4) Traceback (most recent call last): File ".\grid.py", line 158, in <module> mosaic_image = createPhotomosaic(target_image, input_images, grid_size, reuse_images) File ".\grid.py", line 101, in createPhotomosaic input_images.remove(match_index) ValueError: list.remove(x): x not in list
I suspect you've not completed this fully.
The text was updated successfully, but these errors were encountered:
Nice Script.
When I set reuse_images = False
I get:
.\grid.py:96: SyntaxWarning: "is" with a literal. Did you mean "=="? if count > 0 and batch_size > 10 and count % batch_size is 0: reading input folder... starting photomosaic creation... resizing images... max tile dims: (4, 4) Traceback (most recent call last): File ".\grid.py", line 158, in <module> mosaic_image = createPhotomosaic(target_image, input_images, grid_size, reuse_images) File ".\grid.py", line 101, in createPhotomosaic input_images.remove(match_index) ValueError: list.remove(x): x not in list
I suspect you've not completed this fully.
The text was updated successfully, but these errors were encountered: