cycloneboy's picture
Upload folder using huggingface_hub
70f76df verified
raw
history blame contribute delete
447 Bytes
{
"task": "ocr-detection",
"framework": "pytorch",
"pipeline": {
"type": "resnet18-ocr-detection"
},
"model": {
"type": "OCRDetection",
"model_type": "DBNet",
"backbone": "proxylessnas",
"inference_kwargs": {
"thresh": 0.2,
"image_short_side": 736,
"return_polygon": false
}
},
"preprocessor": {
"type": "ocr-detection"
}
}