Hi experts,
Do you have any ideas to display images on Databricks Notebook ?
I imported images as DataFrame type as follows.
>from pyspark.ml.image import ImageSchema
>image_df = ImageSchema.readImages(sample_img_dir)
It works and display(image_df) display all images in the notebook.
But it doesn't work for display(image_df.head(1)). Only display binary data of image.
Any comments would be appreciated.
Best regards,
Keita
