Add detection calibration evidence export
This commit is contained in:
@@ -207,6 +207,20 @@ logs plus `calibration_summary.json` under
|
||||
it does not seed demo data, enable fixture detections, fetch external data or
|
||||
download model weights.
|
||||
|
||||
Export calibration QA evidence for visual review:
|
||||
|
||||
```bash
|
||||
CALIBRATION_SUMMARY_PATH=/mnt/user/appdata/geointel/artifacts/detection-calibration/20260707T002103Z/calibration_summary.json \
|
||||
bash scripts/export_detection_calibration_evidence.sh http://192.168.10.150:1202
|
||||
```
|
||||
|
||||
The evidence export reads each persisted `quality_check_id`, calls the existing
|
||||
QA evidence GeoJSON endpoint, writes `calibration_evidence.geojson`,
|
||||
`calibration_evidence_summary.json` and a standalone
|
||||
`calibration_evidence_review.html` with an SVG overview of matched detections,
|
||||
matched references, false positives and false negatives. Set
|
||||
`CALIBRATION_EVIDENCE_MODE=best` to export only the `best_by_score` run.
|
||||
|
||||
Docker images install only the GIS runtime by default. To build a local/Tower
|
||||
image with PyTorch/Ultralytics available for the configured-YOLO preflight and
|
||||
runtime path, set:
|
||||
|
||||
Reference in New Issue
Block a user