Files
geointel/fixtures/golden/expected_qa_metrics.json
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

18 lines
649 B
JSON

{
"benchmark_id": "golden-buildings-partial-match-v1",
"description": "Two reference building polygons and two candidate building polygons: one candidate matches ref-1, one candidate is a false positive, and ref-2 is a false negative.",
"candidate_fixture": "fixtures/golden/predicted_buildings.geojson",
"reference_fixture": "fixtures/golden/reference_buildings.geojson",
"iou_threshold": 0.5,
"candidate_feature_count": 2,
"reference_feature_count": 2,
"matches": 1,
"false_positive_count": 1,
"false_negative_count": 1,
"precision": 0.5,
"recall": 0.5,
"f1": 0.5,
"mean_iou": 0.8339768339761133,
"tolerance": 1e-9
}