Image Handling - Plot an Image
Is it possible to plot an image to the Results view, especially in the context of the Image Handling Extension? I know that there is an option to Store the Image to a file system, but my ask is to plot the image within the process > Results.
My use cases:
- Teaching to show an image is just a dataset. This is particularly helpful when extending the concept of data shapes outside of tabular 2D datasets.
- After fitting an image classification model, it would be nice to be able to review the predicted labels (e.g. MNIST) with the actual image classified for visual inspection. Perhaps a 3 was misclassified as a 9, and this feature would allow us to visually review how these networks learn (or fail).
My use cases:
- Teaching to show an image is just a dataset. This is particularly helpful when extending the concept of data shapes outside of tabular 2D datasets.
- After fitting an image classification model, it would be nice to be able to review the predicted labels (e.g. MNIST) with the actual image classified for visual inspection. Perhaps a 3 was misclassified as a 9, and this feature would allow us to visually review how these networks learn (or fail).