File size: 461 Bytes
bb15524
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5635e41
bb15524
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
{
  "preprocess": [
    {
      "AspectPreservingResizeWithPad": {
        "name": "AspectPreservingResizeWithPad",
        "new_height": 640,
        "new_width": 640,
        "pad_value": 114
      }
    },
    {
      "Normalize": {
        "name": "Normalization",
        "mean": 0,
        "std": 255
      }
    }
  ],
  "task_type": "Object_Detection",
  "inputs_type": [
    "RGB"
  ],
  "outputs_type": [
    "boxes",
    "scores",
    "classes"
  ]
}