arudaev commited on
Commit
9b49135
·
verified ·
1 Parent(s): db9ccc6

validator v1: test mAP50=0.7524

Browse files
Files changed (1) hide show
  1. v1/validator-v1.json +72 -0
v1/validator-v1.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "role": "validator",
3
+ "version": 1,
4
+ "onnx_path": "validator-v1.onnx",
5
+ "size_bytes": 3147798,
6
+ "imgsz": 448,
7
+ "classes": [
8
+ "bin"
9
+ ],
10
+ "quantised": true,
11
+ "map50_fp32": 0.7524389678079388,
12
+ "map50_int8": 0.025,
13
+ "top1_fp32": null,
14
+ "top1_int8": null,
15
+ "median_latency_ms": null,
16
+ "p95_latency_ms": null,
17
+ "latency_hardware": null,
18
+ "targets_measured": {
19
+ "min_recall_heldout_city": null,
20
+ "min_precision_on_negatives": 0.9793
21
+ },
22
+ "accuracy_metric": "map50",
23
+ "accuracy_drop": 0.7274389678079388,
24
+ "normalisation": {
25
+ "scale": 0.00392156862745098,
26
+ "mean": [
27
+ 0,
28
+ 0,
29
+ 0
30
+ ],
31
+ "std": [
32
+ 1,
33
+ 1,
34
+ 1
35
+ ]
36
+ },
37
+ "input_name": "images",
38
+ "layout": "NCHW",
39
+ "dynamic_batch": false,
40
+ "nms": {
41
+ "in_graph": false,
42
+ "iou": 0.45,
43
+ "score": 0.35
44
+ },
45
+ "gates": {
46
+ "role": "validator",
47
+ "max_median_latency_ms": 50.0,
48
+ "max_accuracy_drop": 0.02
49
+ },
50
+ "gate_result": {
51
+ "failures": [
52
+ "int8 quantisation cost 0.727 map50 (max 0.02)"
53
+ ],
54
+ "unmeasured": [
55
+ "median latency for the validator 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_recall_heldout_city": 0.97,
61
+ "min_precision_on_negatives": 0.97
62
+ },
63
+ "target_result": {
64
+ "met": {
65
+ "min_precision_on_negatives": 0.9793
66
+ },
67
+ "missed": {},
68
+ "unmeasurable": [
69
+ "min_recall_heldout_city"
70
+ ]
71
+ }
72
+ }