Skip to content

Commit

Permalink
updated thresholded objects doc (#701)
Browse files Browse the repository at this point in the history
* updated thresholded objects doc

* fixed based on comment
  • Loading branch information
mkaramlou authored Oct 8, 2024
1 parent a413ca6 commit 4c74dd3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/dataset/advanced-usage/thresholded-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ icon: kolena/diagram-tree-16

## When to Use Thresholded Results

Thresholded results give you the flexibility to enable threshold dependent metrics and plots. Below are a few
common use cases.
Thresholded results give you the flexibility to enable threshold dependent metrics and plots.
Below are the supported use cases:

- When you want to calculate and compare metrics at different thresholds on Kolena. A common task for
semantic segmentation or object detection tasks.
Expand All @@ -21,7 +21,9 @@ A thresholded result consist of a list of dictionaries. Each dictionary contains

- A required numeric field named `threshold` (number).
- An optional string field `label` (string).
- Any other metrics for the label at that specific threshold (number).
- A true positive field
- A false positive field
- A false negative field

For instance, in a semantic segmentation problem:

Expand Down

0 comments on commit 4c74dd3

Please sign in to comment.