Views
No views yet
| id | name |
|---|---|
| 0 | directionnel |
| 1 | giratoire |
| 2 | communes (panneaux d'entrée d'agglomération) |
yolo26n.pt, imgsz=1024, scale=0.9, early stop at epoch 161 (best 111, A10G)| class | mAP50 | mAP50-95 |
|---|---|---|
| all | 0.969 | 0.856 |
| directionnel | 0.928 | 0.783 |
| giratoire | 0.995 | 0.962* |
| communes | 0.985 | 0.825 |
1from huggingface_hub import hf_hub_download
2from ultralytics import YOLO
3
4weights = hf_hub_download("calvadosdep/yolo26n-directional-signs", "best.pt")
5model = YOLO(weights)
6results = model.predict("image.jpg", conf=0.25, imgsz=1024)best.pt = v4/best.pt): full review coverage +54
manual giratoire images — mAP50-95 0.856, giratoire finally functionalv3/): first retrain on reviewed data + hard negatives — mAP50-95 0.829,
−84% confirmed false positives vs v2