Working with images in Python, PyTorch
dejanbatanjac.github.io › 2019/08/30 › PyTorchAug 30, 2019 · Working with images in Python, PyTorch. Matplotlib is one of the default choices when plotting images in Python and should always be considered first. There are two interesting libraries you can read images and transform them. Both these work from Jupyter notebooks. These are PIL and OpenCV. (I) PIL library that also has handy display method.