Suppress duplicate YOLO tile detections
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 10:55:45 +02:00
parent 638534f011
commit 3f5ca4c85e
24 changed files with 266 additions and 39 deletions
+3
View File
@@ -110,6 +110,9 @@ Default method:
- calculate IoU between overlapping geospatial bboxes
- apply non-maximum suppression by confidence
- default IoU merge threshold: 0.5
- implemented for configured-YOLO as EPSG:4326 cross-tile duplicate suppression
before `Detection` persistence; `YOLO_DUPLICATE_IOU_THRESHOLD=0` disables the
GeoIntel-side pass for debugging.
## Step 6 — Storage