Skip to content

Commit cfaf2b6

Browse files
committed
touchup
1 parent 4dae38f commit cfaf2b6

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

articles/machine-learning/how-to-responsible-ai-image-dashboard.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ Selecting an image card opens a flyout to view components that support the analy
118118
- **Selected instance**: The correct detections and incorrect detections for the image or objects in the image.
119119
- **Information**: Image metadata values for the selected instance.
120120
- 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.
124124
125125
- **Explanation**: A D-Rise saliency map visualization to gain insight on model behavior leading to the execution of the computer vision task.
126126

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":::
128128

129129
---
130130

@@ -204,15 +204,14 @@ Recommended metrics for image classification and image multilabel classification
204204

205205
Recommended metrics for object detection include **Mean Average Precision score**, **Average Precision score**, and **Average Recall score**.
206206

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+
207209
For object detection, in addition to selecting the **Metric(s)**, configure the following settings:
208210

209211
- **Aggregate method**: Select which aggregation method to apply, which affects the calculation of mean average precision.
210212
- **Select class(es)**: Select which class label to use to calculate class-level metrics like average precision and average recall.
211213
- **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.
216215

217216
---
218217

@@ -252,7 +251,7 @@ In the lower half of the **Model overview** component, you can select between **
252251

253252
# [Object detection](#tab/detection)
254253

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.
256255

257256
- Select **Choose cohorts** to open a sidebar that lets you select the dataset and feature cohorts to apply.
258257
- Select **Choose metric** to open a sidebar that lets you select metrics to show.
-94 Bytes
Loading
-112 Bytes
Loading

0 commit comments

Comments
 (0)