jzloko commited on
Commit
7314e40
·
verified ·
1 Parent(s): 7afc35b

Update run-b-production-gate/release_certificate.json

Browse files
run-b-production-gate/release_certificate.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "run_id": "run-b-production-gate",
3
- "decision": "PENDING",
4
- "decided_at_utc": null,
5
  "inputs": {
6
  "model_repo_id": "Ultralytics/YOLOv5",
7
  "model_revision": "553ca28641b8c2129596b0ecc50fc0902f7bd7ac",
@@ -10,11 +10,28 @@
10
  "dataset_revision": "f2a15374dae8c90395f461c5ba0546c034751665"
11
  },
12
  "predicate": {
13
- "predicate_id": "exdark_person_operational_gate_v1"
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  },
15
  "artifacts": {
16
  "report_html": "report.html",
17
  "metrics_json": "evaluation_metrics.json",
18
- "receipt_bundle_dir": "receipt_bundle/"
 
 
 
 
19
  }
20
  }
 
1
  {
2
  "run_id": "run-b-production-gate",
3
+ "decision": "FAIL",
4
+ "decided_at_utc": "REPLACE_WITH_UTC",
5
  "inputs": {
6
  "model_repo_id": "Ultralytics/YOLOv5",
7
  "model_revision": "553ca28641b8c2129596b0ecc50fc0902f7bd7ac",
 
10
  "dataset_revision": "f2a15374dae8c90395f461c5ba0546c034751665"
11
  },
12
  "predicate": {
13
+ "predicate_id": "exdark_person_operational_gate_v2_strict",
14
+ "class": "person",
15
+ "confidence_threshold": 0.5,
16
+ "iou_threshold": 0.5,
17
+ "requirements": [
18
+ { "metric": "precision", "operator": ">=", "threshold": 0.85 },
19
+ { "metric": "recall", "operator": ">=", "threshold": 0.8 }
20
+ ]
21
+ },
22
+ "result": {
23
+ "precision": 0.776,
24
+ "recall": 0.68,
25
+ "pass_precision": false,
26
+ "pass_recall": false
27
  },
28
  "artifacts": {
29
  "report_html": "report.html",
30
  "metrics_json": "evaluation_metrics.json",
31
+ "receipt_bundle_dir": "receipt_bundle/",
32
+ "checkout_manifest": "checkout_manifest.json",
33
+ "loko_manifest": "loko_manifest.json",
34
+ "pubkey_pin": "PUBKEY_PIN.txt",
35
+ "signature": "checkout_manifest.sig"
36
  }
37
  }