Create predicate.json
Browse files
run-b-production-gate/predicate.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"predicate_id": "exdark_person_operational_gate_v1",
|
| 3 |
+
"description": "PASS if person precision and recall meet minimum floors at a declared confidence threshold under low-light conditions.",
|
| 4 |
+
"class": "person",
|
| 5 |
+
"confidence_threshold": 0.5,
|
| 6 |
+
"requirements": [
|
| 7 |
+
{ "metric": "precision", "operator": ">=", "threshold": 0.70 },
|
| 8 |
+
{ "metric": "recall", "operator": ">=", "threshold": 0.60 }
|
| 9 |
+
]
|
| 10 |
+
}
|