blueprtints
Collection
4 items • Updated
How to use GreenMap/yolo11x-blueprint-wall-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-wall-detector")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)YOLO11x model trained to detect wall segments on architectural and construction blueprints.
| Class | Images | Instances | Precision | Recall | mAP50 | mAP50-95 |
|---|---|---|---|---|---|---|
| all | 109 | 1716 | 0.938 | 0.955 | 0.958 | 0.837 |