File size: 778 Bytes
0bdfdfd 255d611 0bdfdfd 255d611 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | {
"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"
}
|