🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Image Handling - Plot an Image

User: "btibert"
New Altair Community Member
Updated by Jocelyn
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).


Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Caperez"
    Altair Community Member
    Accepted Answer
    Hi @btibert

    please find attached an image of sample process for MNIST dataset.

    1- Inside to the Pre-Process Image operator you can create a flows with operators for image preprocessing: crop, rotate, flip, resize. 
    2- To be able to compare the the predicted label and the current label, I use to joint the Exa output of the Perform Operator with a copy of the outuput of the Read Image Metadata Operator used for testing dataset.
    I hope you find this flow clearest than the previous one. 
    Best, 

    Cesar