Views
No views yet
| Class | Images | Instances | Box-P | R | F1 | mAP50 | mAP50-95 |
|---|---|---|---|---|---|---|---|
| ball | 125 | 125 | 0.8879 | 0.8000 | 0.8417 | 0.8910 | 0.5510 |

wget https://huggingface.co/martinjolif/yolo-football-ball-detection/blob/main/yolo-football-ball-detection.pt1from ultralytics import YOLO
2model = YOLO("yolo-football-ball-detection.pt")