image-compression-cnn
image-compression-cnn copied to clipboard
combine_images.py very slow?
Hi,
The 2nd step (Compressing image using the Map) is very slow, i.e:
$ python combine_images.py -image test.jpg -map output/msroi_map.jpg
(the image size is 4032x3024)
took ~22 minutes!
Is this normal? where I should check for this slowness?