Soccana
Collection
A collection of datasets and models related to Soccer analysis pipeline.
β’
2 items
β’
Updated
This repository hosts a YOLOv8-based object detection model trained on a curated and segmented dataset derived from SoccerNet and other public football datasets. The model is designed to detect key entities in a football game β players, referees, and the ball β with high accuracy, even in challenging scenes.
SAMPLE LINK : DRIVE
Note : This sample uses Kmeans, UMAP and SIGLIP for team assignment. This does not have Re-identification applied, hence the large player numbers.
Parameter | Value |
---|---|
Epochs | 200 |
Batch Size | 32 |
Image Size | 1280 |
Optimizer | Auto |
Pretrained | True |
Seed | 44 |
Det. Inference | True |
Dropout | 0.3 |
Patience | 100 (early stop) |
iOU Threshold | 0.7 |
Augmentations | RandAugment + Erasing |
AutoAugment | Enabled |
Mosaic | On |
Flip LR | 50% |
A detailed guide and code can be found at github
Model supports sliced image inference using SAHI, optimized for high-resolution input. Ideal for sports analytics, heatmaps, player positioning, and advanced tracking systems.
Base model
Ultralytics/YOLO11