You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-responsible-ai-image-dashboard.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,13 @@ Selecting an image card opens a flyout to view components that support the analy
118
118
-**Selected instance**: The correct detections and incorrect detections for the image or objects in the image.
119
119
-**Information**: Image metadata values for the selected instance.
120
120
- An enlarged image with predicted and ground truth objects surrounded by bounding boxes, and the predicted image labeled with its IOU score.
121
-
122
-
> [!NOTE]
123
-
> If an object in an image was correctly labeled, but with an IOU score below the default threshold of 50%, the prediction bounding box for the object isn't visible, but the ground truth bounding box is visible. The image instance appears in the error instance category. Currently, it's not possible to change the default IOU threshold in this component.
121
+
122
+
> [!NOTE]
123
+
> If an object in an image was correctly labeled, but with an IOU score below the default threshold of 50%, the prediction bounding box for the object isn't visible, but the ground truth bounding box is visible. The image instance appears in the error instance category. Currently, it's not possible to change the default IOU threshold in this component.
124
124
125
125
-**Explanation**: A D-Rise saliency map visualization to gain insight on model behavior leading to the execution of the computer vision task.
126
126
127
-
:::image type="content" source="./media/how-to-responsible-ai-dashboard-vision-insights/image-instance-object.png" alt-text="Screenshot of selected instance with an image of a can and the explanation for object detection." lightbox="./media/how-to-responsible-ai-dashboard-vision-insights/image-instance-object.png":::
127
+
:::image type="content" source="./media/how-to-responsible-ai-dashboard-vision-insights/image-instance-object.png" alt-text="Screenshot of selected instance with an image of a can and the explanation for object detection." lightbox="./media/how-to-responsible-ai-dashboard-vision-insights/image-instance-object.png":::
128
128
129
129
---
130
130
@@ -204,15 +204,14 @@ Recommended metrics for image classification and image multilabel classification
204
204
205
205
Recommended metrics for object detection include **Mean Average Precision score**, **Average Precision score**, and **Average Recall score**.
206
206
207
+
:::image type="content" source="./media/how-to-responsible-ai-dashboard-vision-insights/dataset-cohorts-object.png" alt-text="Screenshot of vision data explorer showing successful instances of object detection." lightbox="./media/how-to-responsible-ai-dashboard-vision-insights/dataset-cohorts-object.png":::
208
+
207
209
For object detection, in addition to selecting the **Metric(s)**, configure the following settings:
208
210
209
211
-**Aggregate method**: Select which aggregation method to apply, which affects the calculation of mean average precision.
210
212
-**Select class(es)**: Select which class label to use to calculate class-level metrics like average precision and average recall.
211
213
-**IoU Threshold**: Set an IOU threshold value for the Intersection over Union between the ground truth and prediction bounding box. The IOU threshold value defines error and affects calculation of model performance metrics.
212
-
213
-
For example, setting an IOU of greater than 70% means that a prediction with greater than 70% overlap with ground truth is `True`. This feature is disabled by default, and can be enabled by attaching a running compute instance.
214
-
215
-
:::image type="content" source="./media/how-to-responsible-ai-dashboard-vision-insights/dataset-cohorts-object.png" alt-text="Screenshot of vision data explorer showing successful instances of object detection." lightbox="./media/how-to-responsible-ai-dashboard-vision-insights/dataset-cohorts-object.png":::
214
+
For example, setting an IOU of greater than 70% means that a prediction with greater than 70% overlap with ground truth is `True`. This feature is disabled by default, and can be enabled by attaching a running compute instance.
216
215
217
216
---
218
217
@@ -252,7 +251,7 @@ In the lower half of the **Model overview** component, you can select between **
252
251
253
252
# [Object detection](#tab/detection)
254
253
255
-
In the lower half of both the **Dataset cohorts**and **Feature cohorts** views, **Metrics visualizations** shows a bar graph that compares aggregated performance metrics across selected dataset cohorts.
254
+
In the lower half of the **Model overview**component, **Metrics visualizations** shows a bar graph that compares aggregated performance metrics across selected dataset cohorts.
256
255
257
256
- Select **Choose cohorts** to open a sidebar that lets you select the dataset and feature cohorts to apply.
258
257
- Select **Choose metric** to open a sidebar that lets you select metrics to show.
0 commit comments