Add detection calibration evidence export
This commit is contained in:
@@ -182,6 +182,20 @@ Results are honest QA/QC evidence from persisted detections and persisted
|
||||
reference `vector_features`; no demo detections, live provider fetches or model
|
||||
downloads are introduced by the calibration tool.
|
||||
|
||||
For visual error inspection, export the persisted QA evidence from a calibration
|
||||
summary:
|
||||
|
||||
```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 bundle calls
|
||||
`/api/v1/projects/{project_id}/quality-checks/{quality_check_id}/evidence/geojson`
|
||||
for the persisted quality checks and writes combined GeoJSON plus an HTML/SVG
|
||||
review artifact. This is an inspection aid only; it does not rerun inference or
|
||||
alter stored detections.
|
||||
|
||||
### Sprint 8C detection visualization and QA status
|
||||
|
||||
Sprint 8C makes persisted detections reviewable:
|
||||
|
||||
Reference in New Issue
Block a user