IPyPlot is a small python package offering fast and efficient plotting of images inside Python Notebooks. It's using IPython with HTML for faster, richer and more interactive way of displaying big numbers of images.
If I pass 1500*1500 images with img_width=224 then it passes the whole image for display so runs out of memory rapidly. I expected that the images would be resized to the img_width. Perhaps some people may want to have access to orginal image but more often not.
Really useful tool thanks.
If I pass 1500*1500 images with img_width=224 then it passes the whole image for display so runs out of memory rapidly. I expected that the images would be resized to the img_width. Perhaps some people may want to have access to orginal image but more often not.