Files
geointel/docs
JensandClaude Opus 5 2cd2c49389 calibrate a confidence threshold from one inference pass
Threshold calibration ran the model over every tile once per threshold — three
GPU passes to compare 0.50, 0.25 and 0.15 on a hundred-tile raster. The answer
is already in a single run at the lowest value: detections above a higher cut
are a subset of it, and duplicate suppression walks candidates in descending
confidence, so a lower-confidence box can never displace a higher-confidence
one. The kept set above any cut is identical whichever threshold the run used,
which is what makes one pass sufficient rather than merely cheaper.

QA now takes calibration_thresholds and reads each operating point off the same
precision/recall walk it already performs, marking the F1-optimal cut. The lab
runs inference once and fills its table from the sweep.

The contract test asserted the per-threshold loop by name, pinning the waste it
was meant to describe. It now states what calibration owes an operator: a row
per requested threshold, from one run.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-22 19:37:19 +02:00
..
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-07-18 08:33:40 +02:00
2026-06-16 23:36:32 +02:00
2026-06-16 23:36:32 +02:00
2026-08-21 22:35:17 +02:00
2026-06-16 23:36:32 +02:00

GeoIntel Docs Index

Start with these active release controls:

  • 00-start/START_HERE.md
  • RC_SCOPE_FREEZE_BELGIUM_NORTH_SEA.md
  • RC_ROADMAP_BELGIUM_NORTH_SEA.md
  • RELEASE_RUNBOOK.md
  • KNOWN_LIMITATIONS.md
  • DEFINITION_OF_DONE.md

The milestone and sprint documents below are retained as historical design and implementation evidence. TODO.md is an implementation archive, not the active release board.

Product foundation

  • PRODUCT_VISION.md
  • PRODUCT_BLUEPRINT.md
  • SPECIFICATION_FREEZE_M0.md
  • V1_SCOPE_FREEZE.md
  • M0_HANDOFF_SUMMARY.md

Data and processing

  • DATASET_STRATEGY.md
  • DATA_CATALOG.md
  • DATA_SPECIFICATION.md
  • DATA_SOURCES.md
  • RASTER_OPERATIONS_SPEC.md
  • VECTOR_OPERATIONS_SPEC.md
  • DETECTION_PIPELINE_SPEC.md
  • SEGMENTATION_PIPELINE_SPEC.md
  • CHANGE_DETECTION_SPEC.md
  • ANALYSIS_SPECIFICATIONS.md
  • QA_QC_SPECIFICATION.md
  • FIXTURE_STRATEGY.md

Architecture

  • ARCHITECTURE.md
  • SERVICE_ARCHITECTURE.md
  • DATABASE_SCHEMA.md
  • API_SPECIFICATION.md
  • STORAGE_ARCHITECTURE.md
  • REPOSITORY_CONVENTIONS.md

UI and modules

  • MODULES.md
  • UI_UX_SPEC.md
  • UI_PAGE_SPECIFICATIONS.md
  • COMPONENT_BREAKDOWN.md

Historical execution

  • CODEX_MASTER_PROMPT.md
  • CODEX_EXECUTION_PLAN.md
  • CODEX_BUILD_PLAN.md
  • CODEX_EXECUTION_LOG.md
  • ACCEPTANCE_CRITERIA.md
  • TODO.md (historical implementation archive)
  • IMPLEMENTATION_BACKLOG.md
  • DEVELOPMENT_RULES.md
  • AGENTS.md