File size: 1,480 Bytes
9b49135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "role": "validator",
  "version": 1,
  "onnx_path": "validator-v1.onnx",
  "size_bytes": 3147798,
  "imgsz": 448,
  "classes": [
    "bin"
  ],
  "quantised": true,
  "map50_fp32": 0.7524389678079388,
  "map50_int8": 0.025,
  "top1_fp32": null,
  "top1_int8": null,
  "median_latency_ms": null,
  "p95_latency_ms": null,
  "latency_hardware": null,
  "targets_measured": {
    "min_recall_heldout_city": null,
    "min_precision_on_negatives": 0.9793
  },
  "accuracy_metric": "map50",
  "accuracy_drop": 0.7274389678079388,
  "normalisation": {
    "scale": 0.00392156862745098,
    "mean": [
      0,
      0,
      0
    ],
    "std": [
      1,
      1,
      1
    ]
  },
  "input_name": "images",
  "layout": "NCHW",
  "dynamic_batch": false,
  "nms": {
    "in_graph": false,
    "iou": 0.45,
    "score": 0.35
  },
  "gates": {
    "role": "validator",
    "max_median_latency_ms": 50.0,
    "max_accuracy_drop": 0.02
  },
  "gate_result": {
    "failures": [
      "int8 quantisation cost 0.727 map50 (max 0.02)"
    ],
    "unmeasured": [
      "median latency for the validator has not been measured on the service CPU \u2013 run ml/scripts/gate.py against the bench"
    ],
    "may_ship": false
  },
  "targets": {
    "min_recall_heldout_city": 0.97,
    "min_precision_on_negatives": 0.97
  },
  "target_result": {
    "met": {
      "min_precision_on_negatives": 0.9793
    },
    "missed": {},
    "unmeasurable": [
      "min_recall_heldout_city"
    ]
  }
}