identifier v1: test top1=1.0000
Browse files- v1/identifier-v1.json +69 -0
v1/identifier-v1.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"role": "identifier",
|
| 3 |
+
"version": 1,
|
| 4 |
+
"onnx_path": "identifier-v1.onnx",
|
| 5 |
+
"size_bytes": 5805084,
|
| 6 |
+
"imgsz": 320,
|
| 7 |
+
"classes": [
|
| 8 |
+
"igloo",
|
| 9 |
+
"wheelie_large",
|
| 10 |
+
"wheelie_small"
|
| 11 |
+
],
|
| 12 |
+
"quantised": true,
|
| 13 |
+
"map50_fp32": null,
|
| 14 |
+
"map50_int8": null,
|
| 15 |
+
"top1_fp32": 1.0,
|
| 16 |
+
"top1_int8": 1.0,
|
| 17 |
+
"accuracy_split": "test",
|
| 18 |
+
"median_latency_ms": null,
|
| 19 |
+
"p95_latency_ms": null,
|
| 20 |
+
"latency_hardware": null,
|
| 21 |
+
"targets_measured": {
|
| 22 |
+
"min_formfactor_acc_heldout_city": null
|
| 23 |
+
},
|
| 24 |
+
"accuracy_metric": "top1",
|
| 25 |
+
"accuracy_drop": 0.0,
|
| 26 |
+
"normalisation": {
|
| 27 |
+
"scale": 0.00392156862745098,
|
| 28 |
+
"mean": [
|
| 29 |
+
0,
|
| 30 |
+
0,
|
| 31 |
+
0
|
| 32 |
+
],
|
| 33 |
+
"std": [
|
| 34 |
+
1,
|
| 35 |
+
1,
|
| 36 |
+
1
|
| 37 |
+
]
|
| 38 |
+
},
|
| 39 |
+
"input_name": "images",
|
| 40 |
+
"layout": "NCHW",
|
| 41 |
+
"dynamic_batch": true,
|
| 42 |
+
"nms": {
|
| 43 |
+
"in_graph": false,
|
| 44 |
+
"iou": 0.45,
|
| 45 |
+
"score": 0.35
|
| 46 |
+
},
|
| 47 |
+
"gates": {
|
| 48 |
+
"role": "identifier",
|
| 49 |
+
"max_median_latency_ms": 25.0,
|
| 50 |
+
"max_accuracy_drop": 0.02
|
| 51 |
+
},
|
| 52 |
+
"gate_result": {
|
| 53 |
+
"failures": [],
|
| 54 |
+
"unmeasured": [
|
| 55 |
+
"median latency for the identifier has not been measured on the service CPU \u2013 run ml/scripts/gate.py against the bench"
|
| 56 |
+
],
|
| 57 |
+
"may_ship": false
|
| 58 |
+
},
|
| 59 |
+
"targets": {
|
| 60 |
+
"min_formfactor_acc_heldout_city": 0.85
|
| 61 |
+
},
|
| 62 |
+
"target_result": {
|
| 63 |
+
"met": {},
|
| 64 |
+
"missed": {},
|
| 65 |
+
"unmeasurable": [
|
| 66 |
+
"min_formfactor_acc_heldout_city"
|
| 67 |
+
]
|
| 68 |
+
}
|
| 69 |
+
}
|