blueprtints
Collection
4 items โข Updated
How to use GreenMap/yolo11x-blueprint-layout-detector with ultralytics:
# Couldn't find a valid YOLO version tag.
# Replace XX with the correct version.
from ultralytics import YOLOvXX
model = YOLOvXX.from_pretrained("GreenMap/yolo11x-blueprint-layout-detector")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)YOLO11x model trained to detect the main layout elements on architectural and construction blueprints.
| ID | Class | Purpose |
|---|---|---|
| 0 | drawing_area | Main drawing area. |
| 1 | legend_block | Legend with symbols and hatch patterns. |
| 2 | title_block | Drawing title block and metadata. |
| Class | Images | Instances | Precision | Recall | mAP50 | mAP50-95 |
|---|---|---|---|---|---|---|
| all | 178 | 958 | 0.971 | 0.964 | 0.984 | 0.921 |
| drawing_area | 178 | 694 | 0.952 | 0.978 | 0.988 | 0.885 |
| legend_block | 82 | 86 | 0.963 | 0.915 | 0.968 | 0.900 |
| title_block | 178 | 178 | 0.998 | 1.000 | 0.995 | 0.978 |