nuno-faria / tiler

👷 Build images with images
MIT License
5.91k stars 424 forks source link

stuck at "Getting and processing boxes" #45

Open fatbun opened 2 years ago

fatbun commented 2 years ago

when I run python tiler.py path/to/image path/to/tiles_folder/, stuck at "Getting and processing boxes".

Loading tiles 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 125/125 [00:03<00:00, 32.19it/s] Getting and processing boxes 0%|

nuno-faria commented 2 years ago

That can take a long time depending on the size of the image to tile, the size of the tiles, the number of resizing scales, and the pixel shift.

Some options are (conf.py):

Hope this helps.