18 lines
649 B
JSON
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
|
|
}
|