Sample Visualization
This page provides examples of the different visualizers supported in the platform
Intro and shared properties of the visualizers
In this page we present examples for the different visualizers, and how they are viewed in the platform. To better understand how to add these visualization via your code integration, refer to the visualizer functions.
The top bar of visualizers: Identifying a sample and its properties

All visualizers in the sample review window share a common top bar that shows the following:
Sample ID, together with an abbreviation of the subset it belongs to (train, validation, test)
On Hover - a magnifying glass action that allows to zoom in and out
The selected Metadata tags that were added
The different visualization types in the Dashboard
Heatmaps Visualizer

Each Input that we connect to a visualizer using the mapping would automatically be accompanied by a corresponding second visualizer in the sample review panel. This visualizer is a heatmap visualization that overlays the shared features of a concept that is clustered within the platform over the image. It answers the question: "What makes these samples part of the same group?".
Controlling the color saturation and opacity of the heatmaps is possible via the top contoller of the heatmap visualizer.
Each input visualizer named "x" would result in a second
Metadata Visualizer

The metadata visualzier is a defaultive visualizer that shows the metadata for all selected samples. The top controller of this visualizer allows to control and export the current table:
The Collumns button - Allows column selection and filtering for the table, narrowing the metadata to a relevant subset of the properties.
The Reset button - Allows to reset previous columm filtering to show all.
The Export button - Exports the current table into a .csv
Image Visualizer

The image visualizer supports a visualization of images within the platform. Hovering over an image shows the RGB values. It also presents an option to zoom in or out, by clicking the magnifying glass over the image.
Semantic Segmentation Visualizer

This visualizer visualizes the semantic segmentation of an image. Different properties of these settings could be controlled:
Choosing which label would be shown in the mask
Controlling what is the mask opacity
Object Detection Visualizer

This visualizer visualises an image with bounding boxes. Different properties of these settings could be controlled:
Choosing which bounding box labels would be presented
Showcasing all bounding box metadata or hiding it
Controlling what are the minimal and maximal confidence of the bounding boxes that are presented.
Horizontal Bar Visualizer

The horizontal bar is used to viasualize logits and probabilities.
Graph Visualizer

The Graph visualizer is used to viasualize time series.
Text Visualizer

The Text visualizer is used to visualize raw text.
Text Mask Visualizer

The Text mask visualizer is used to visualize a TextMask, for token classification tasks such as NER.
Last updated
Was this helpful?