Add detection calibration sweep
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## Sprint 124 Detection calibration sweep tooling (2026-07-07)
|
||||
|
||||
- Added `scripts/run_detection_calibration_sweep.sh` to run the existing real-data detection + QA workflow across multiple configured-YOLO confidence thresholds.
|
||||
- The sweep writes per-threshold logs and a `calibration_summary.json` with persisted detection count, QA score, precision, recall, F1, mean IoU, matches, false positives and false negatives.
|
||||
- Added readiness syntax coverage and static regression coverage for the calibration sweep contract.
|
||||
- No new model dependencies, provider fetching, fake detections, API contracts or product UI behavior were introduced.
|
||||
|
||||
## Sprint 123 YOLO class and tile CRS normalization (2026-07-07)
|
||||
|
||||
- Fixed configured-YOLO class filtering so model labels such as `Building` match operator/domain filters such as `building`.
|
||||
|
||||
Reference in New Issue
Block a user