idanba's picture
Update config.json
08de70f verified
{
"preprocess": [
{
"ResizeBilinear": {
"name": "Resize",
"new_height": 416,
"new_width": 416
}
},
{
"RGBtoBGR": {
"name": "RGBtoBGR"
}
},
{
"Normalize": {
"name": "Normalization",
"mean": [
103.53,
116.28,
123.675
],
"std": [
57.375,
57.12,
58.395
]
}
}
],
"task_type": "Object_Detection",
"inputs_type": [
"RGB"
],
"outputs_type": [
"boxes",
"classes",
"scores"
]
}