YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Crack Detection YOLO26 Model
This repository stores trained crack-detection weights for Mezosky/cracker-yolo26l-baseline.
Files
best.ptartifacts/contains training curves and metadata (if available).
Training Run
- Source run directory:
runs/train/cracker_yolo26l_baseline
Final Validation Metrics
| Metric | Value |
|---|---|
| Precision | 0.7172 |
| Recall | 0.6615 |
| mAP50 | 0.6941 |
| mAP50-95 | 0.4074 |
Usage
from ultralytics import YOLO
model = YOLO('best.pt')
results = model.predict(source='image.jpg', conf=0.25)
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support