idanba commited on
Commit
e6363ab
1 Parent(s): d4504ce

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +63 -0
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_id": {
3
+ "$oid": "652bbe8d115ff300cbd113e6"
4
+ },
5
+ "network_id": "nanodet_plus_m_x1.5_416_imx500v1_mctq_Keras",
6
+ "date_inserted": {
7
+ "$date": {
8
+ "$numberLong": "1697371203072"
9
+ }
10
+ },
11
+ "network_file": "/data/projects/swat/network_database/Tensorflow2/internal/nanodet-plus-m/nanodet-plus-m-x1.5-416_quant.keras",
12
+ "convpy_cli_supp": "",
13
+ "name": "nanodet_plus_m_x1.5_mctq",
14
+ "framework": "Tensorflow2",
15
+ "accuracy_measurements": [
16
+ "Top1",
17
+ {
18
+ "top1": 0.3316
19
+ }
20
+ ],
21
+ "background": false,
22
+ "dataset_id": "CocoPostprocessNANODET",
23
+ "preprocess": [
24
+ {
25
+ "ResizeBilinear": {
26
+ "name": "Resize",
27
+ "new_height": 416,
28
+ "new_width": 416
29
+ }
30
+ },
31
+ {
32
+ "RGBtoBGR": {
33
+ "name": "RGBtoBGR"
34
+ }
35
+ },
36
+ {
37
+ "Normalize": {
38
+ "name": "Normalization",
39
+ "mean": [
40
+ 103.53,
41
+ 116.28,
42
+ 123.675
43
+ ],
44
+ "std": [
45
+ 57.375,
46
+ 57.12,
47
+ 58.395
48
+ ]
49
+ }
50
+ }
51
+ ],
52
+ "task_type": "Object_Detection",
53
+ "inputs_type": [
54
+ "RGB"
55
+ ],
56
+ "outputs_type": [
57
+ "boxes",
58
+ "classes",
59
+ "scores"
60
+ ],
61
+ "sdsp_conv_cli_supp": "--no-input-persistency",
62
+ "quantization_type": "MCTQ"
63
+ }