ToPIL¶ class mmcls.datasets.transforms.ToPIL[source]¶ Convert the image from OpenCV format to PIL.Image.Image. Required Keys: img Modified Keys: img transform(results)[source]¶ Method to convert images to PIL.Image.Image.