Gate YOLO tile labels by visible ratio
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user