| { | |
| "confidence_threshold": 0.25, | |
| "iou_threshold": 0.45, | |
| "labels": [ | |
| "Title Block", | |
| "Sheet Title", | |
| "Sheet Number", | |
| "Drawing Scale", | |
| "Drawing Issue Block", | |
| "Designer Identification Block", | |
| "Project Identification Block", | |
| "Page/Sheet Index", | |
| "Callout Symbol", | |
| "Project Image", | |
| "Plan Area", | |
| "Callout Area", | |
| "Legend/Key Area", | |
| "Notes/Specs Area", | |
| "Schedule Area", | |
| "Drawing Sheet", | |
| "Cover Sheet", | |
| "Contact Info" | |
| ], | |
| "max_detections": 300, | |
| "model_type": "yolov7", | |
| "postprocessing": { | |
| "apply_nms": true | |
| }, | |
| "preprocessing": { | |
| "mean": [ | |
| 0.0, | |
| 0.0, | |
| 0.0 | |
| ], | |
| "normalize": true, | |
| "std": [ | |
| 1.0, | |
| 1.0, | |
| 1.0 | |
| ] | |
| }, | |
| "transformers_version": "4.47.1" | |
| } | |