digit / config.json
ipd805's picture
Update config.json
52d97bd verified
raw
history blame
262 Bytes
{
"model_name": "ipd805/digit",
"model_type": "ObjectDetection",
"framework": "onnx",
"labels": ["digit", "icon"],
"input_shape": [640, 640, 3],
"input_type": "image",
"output_type": "tensor",
"confidence_threshold": 0.5,
"iou_threshold": 0.5
}