Update run-b-production-gate/evaluation_metrics.json
Browse files
run-b-production-gate/evaluation_metrics.json
CHANGED
|
@@ -1 +1,35 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"evaluator": {
|
| 3 |
+
"tool": "ultralytics/yolov5 val.py",
|
| 4 |
+
"yolov5_version_string": "YOLOv5 v7.0-460-g3fb11111",
|
| 5 |
+
"yolov5_git_commit": "3fb11111c6a8088fbc91430a1f99d207c16f0620",
|
| 6 |
+
"python": "3.13.5",
|
| 7 |
+
"torch": "2.10.0+cpu",
|
| 8 |
+
"device": "cpu"
|
| 9 |
+
},
|
| 10 |
+
"dataset_scan": {
|
| 11 |
+
"images": 7361,
|
| 12 |
+
"instances": 7459,
|
| 13 |
+
"backgrounds": 4704,
|
| 14 |
+
"corrupt": 0,
|
| 15 |
+
"notes": "YOLOv5 restored multiple corrupt JPEGs during scan."
|
| 16 |
+
},
|
| 17 |
+
"metrics": {
|
| 18 |
+
"precision": 0.776,
|
| 19 |
+
"recall": 0.68,
|
| 20 |
+
"map50": 0.747,
|
| 21 |
+
"map50_95": 0.365
|
| 22 |
+
},
|
| 23 |
+
"runtime": {
|
| 24 |
+
"preprocess_ms_per_image": 0.3,
|
| 25 |
+
"inference_ms_per_image": 35.0,
|
| 26 |
+
"nms_ms_per_image": 2.2,
|
| 27 |
+
"batch_size": 32,
|
| 28 |
+
"imgsz": 640
|
| 29 |
+
},
|
| 30 |
+
"artifacts": {
|
| 31 |
+
"yolov5_predictions_json": "receipt_bundle/raw/yolov5s_predictions.json",
|
| 32 |
+
"yolov5_runs_dir_source": "C:/loko_release_gate/yolov5/runs/val/exp4"
|
| 33 |
+
},
|
| 34 |
+
"notes": "Run B is a low-light operational surface derived from ExDark metadata.csv (People -> COCO class 0 person). COCO pycocotools evaluation is not applicable to this custom ground-truth set."
|
| 35 |
+
}
|