Gate YOLO tile labels by visible ratio
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-09 13:12:33 +02:00
parent c4a2e13d43
commit a20d9b70c7
8 changed files with 93 additions and 4 deletions
+8
View File
@@ -7,6 +7,14 @@
# Changelog
## Sprint 150 YOLO label visible-ratio gate (2026-07-09)
- Added `--min-label-visible-ratio` / `OPERATOR_YOLO_MIN_LABEL_VISIBLE_RATIO` to the operator YOLO tile dataset exporter.
- The exporter can now drop clipped building labels where only a small share of the original object bbox is visible in an overlapping tile.
- Tile dataset summaries and audit reports now retain/report `min_label_visible_ratio`.
- Updated operator documentation for the recommended next dataset pass.
- No model was activated, no detections were faked, no provider fetching was introduced and no migration changed.
## Sprint 149 YOLO duplicate suppression evidence (2026-07-09)
- Added configured-YOLO cross-tile duplicate suppression before `Detection` rows are persisted.