HockeyAI YOLOv8 Model
๐ This model is trained on the HockeyAI dataset.
- ๐ Access the dataset used for training here: https://huggingface.co/datasets/SimulaMet-HOST/HockeyAI
- ๐ Try the model in action with our interactive Hugging Face Space: https://huggingface.co/spaces/SimulaMet-HOST/HockeyAI
Model Overview
The HockeyAI project provides a YOLOv8 medium model fine-tuned on the HockeyAI dataset. This model serves as a benchmark for ice hockey object detection tasks and achieves high performance across all seven classes defined in the dataset.
Model Performance
The model was evaluated on a holdout set of the HockeyAI dataset, achieving the following performance metrics:
- Mean Average Precision ([email protected]): XX.X%
- Precision: 100% for all classes
- Recall: 95% for all classes
- F1-Score: 93% for all classes
Usage
The pretrained model is available in this repository as a .pt
file. You can download and use it directly with the YOLOv8 framework for:
- Inference on new hockey videos or images
- Further fine-tuning on your specific use case
- Benchmarking against new approaches
Supported Classes
The model is trained to detect seven classes:
- Center Ice
- Faceoff Dots
- Goal Frame
- Goaltender
- Players
- Puck
- Referee
Requirements
- YOLOv8 framework
- Python 3.7+
- PyTorch 1.7+
Getting Started
- Download the model weights from this repository
- Install the required dependencies
- Load and use the model with YOLOv8's standard API
๐ฉ For any questions regarding this project, or to discuss potential collaboration and joint research opportunities, please contact:
- Mehdi Houshmand: [email protected]
- Cise Midoglu: [email protected]
- Pรฅl Halvorsen: [email protected]
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.