Skip to content

gen_tiles.py fails on certain images  #17

@patschreiber

Description

@patschreiber

Certain images seem to work, but most fail with a very similar message to the example below

All commands run from tiler's root directory (tiler/)
Run command with .jpg version of image

python3 gen_tiles.py images/test2/test2.jpg

Output

  0%|                                                     | 0/5 [00:00<?, ?it/s]
Traceback (most recent call last):
  File "gen_tiles.py", line 31, in <module>
    new_img = img * [b, g, r, 1]
ValueError: operands could not be broadcast together with shapes (1360,1000,3) (4,) 

Convert image to .png, run command again

python3 gen_tiles.py images/test2/test2.png

Output:

Traceback (most recent call last):
  File "gen_tiles.py", line 23, in <module>
    img = img.astype('float')
AttributeError: 'NoneType' object has no attribute 'astype'

System information:

  • Python 3.7.2
  • pip 18.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
  • Mac OS X 10.14.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions