Spaces:
Build error
Build error
Update detection_rate description
Browse files
README.md
CHANGED
@@ -130,7 +130,7 @@ SEA-AI/horizon-metrics provides the following performance metrics for horizon pr
|
|
130 |
- **max_midpoint_error_px**: Indicates the maximum difference in midpoint position between the predicted and ground truth horizon, measured in pixels.
|
131 |
- **num_slope_error_jumps**: Calculates the differences between errors in successive frames for the slope. It then counts the number of jumps in these errors by comparing the absolute differences to a specified threshold.
|
132 |
- **num_midpoint_error_jumps**: Calculates the differences between errors in successive frames for the midpoint. It then counts the number of jumps in these errors by comparing the absolute differences to a specified threshold.
|
133 |
-
- **detection_rate**: Measures the proportion of frames in which the horizon is successfully detected out of the total number of frames.
|
134 |
|
135 |
## Further References
|
136 |
|
|
|
130 |
- **max_midpoint_error_px**: Indicates the maximum difference in midpoint position between the predicted and ground truth horizon, measured in pixels.
|
131 |
- **num_slope_error_jumps**: Calculates the differences between errors in successive frames for the slope. It then counts the number of jumps in these errors by comparing the absolute differences to a specified threshold.
|
132 |
- **num_midpoint_error_jumps**: Calculates the differences between errors in successive frames for the midpoint. It then counts the number of jumps in these errors by comparing the absolute differences to a specified threshold.
|
133 |
+
- **detection_rate**: Measures the proportion of frames in which the horizon is successfully detected out of the total number of frames. Note that this does not take into account if the detected horizon is a good match with the ground_truth horizon.
|
134 |
|
135 |
## Further References
|
136 |
|