Add persisted false-positive visual review gate
This commit is contained in:
@@ -129,6 +129,27 @@ candidates with EPSG:4326 geometry IoU greater than or equal to
|
||||
raw, persisted and suppressed detection counts so calibration evidence remains
|
||||
auditable.
|
||||
|
||||
### Persisted false-positive visual review
|
||||
|
||||
Detection QA labels a candidate as a false-positive only relative to the
|
||||
selected persisted reference dataset and matching tolerance. That finding is
|
||||
not automatically a model error: the reference can be incomplete or stale, and
|
||||
alignment can be wrong. GeoIntel therefore exposes persisted detection
|
||||
confidence/model/tile/bbox provenance in the existing QA evidence GeoJSON and
|
||||
provides a read-only contact-sheet workflow.
|
||||
|
||||
The operator must explicitly select one of:
|
||||
|
||||
- `confirmed_model_false_positive`;
|
||||
- `reference_gap_or_change`;
|
||||
- `qa_alignment_mismatch`;
|
||||
- `uncertain`;
|
||||
- `unreviewed`.
|
||||
|
||||
Only records explicitly marked `confirmed_model_false_positive` are emitted by
|
||||
the validator as possible hard-negative review input. The workflow does not
|
||||
train a model, mutate QA persistence, fetch data or infer review decisions.
|
||||
|
||||
### Local model asset catalog
|
||||
|
||||
GeoIntel can list local runtime model files mounted into the backend model
|
||||
|
||||
Reference in New Issue
Block a user