Create run-b-production-gate/metadata.json
Browse files
run-b-production-gate/metadata.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "run-b-production-gate",
|
| 3 |
+
"run_type": "production_gate",
|
| 4 |
+
"created_at_utc": "2026-02-11T00:00:00Z",
|
| 5 |
+
"model": {
|
| 6 |
+
"repo_id": "Ultralytics/YOLOv5",
|
| 7 |
+
"revision": "553ca28641b8c2129596b0ecc50fc0902f7bd7ac",
|
| 8 |
+
"file": "yolov5s.pt"
|
| 9 |
+
},
|
| 10 |
+
"dataset": {
|
| 11 |
+
"repo_id": "SatwikKambham/ex-dark",
|
| 12 |
+
"revision": "f2a15374dae8c90395f461c5ba0546c034751665"
|
| 13 |
+
},
|
| 14 |
+
"task": "object_detection",
|
| 15 |
+
"scope": {
|
| 16 |
+
"mode": "class_scoped",
|
| 17 |
+
"classes": ["person"]
|
| 18 |
+
},
|
| 19 |
+
"notes": "Run B applies strict, class-scoped operational criteria under low-light conditions."
|
| 20 |
+
}
|