Files
geointel/prompts/codex/PASS_04_DETECTION_QA_SKELETON.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

530 B

Codex Pass 04 — Detection and QA Skeleton

Goal: prepare object detection and QA/QC without requiring heavy model artifacts yet.

Implement:

  • model registry schema/service
  • detection run API contract
  • detection result storage model
  • GeoJSON export of detection results
  • QA/QC service with IoU, precision, recall, F1 calculations using polygon fixtures

Acceptance:

  • QA calculations are tested with simple polygons.
  • Detection outputs can be stored and exported.
  • Heavy model execution is behind a service interface.