keras_yolov8n_640x640 / config.json
idanba's picture
Update config.json
5635e41 verified
{
"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"
]
}