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.pt
  • artifacts/ 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)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using Mezosky/cracker-yolo26l-baseline 1