Support larger operator training samples
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:28:54 +02:00
parent a20d9b70c7
commit a1b33555b9
7 changed files with 120 additions and 11 deletions
+1
View File
@@ -12,6 +12,7 @@
- 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`.
- Added operator-only `--width`, `--height` and `--half-size-scale` options to `prepare_operator_real_data_samples.py` so larger training AOIs can be prepared explicitly.
- 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.