| { | |
| "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" | |
| } | |
| } |