File size: 959 Bytes
24369cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374fb0e
24369cb
374fb0e
24369cb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
license: mit
tags:
- object-detection
- vision
- yolov8
- sports
- football
- tennis
library_name: ultralytics
pipeline_tag: object-detection
---

# ⚽ Football & Sports Player Detection (YOLOv8)

This model is a fine-tuned version of **YOLOv8 Nano**, designed to detect players, balls, and sports equipment in match footage (Football/Tennis). 

It was developed specifically to demonstrate **Data Engineering** techniques, achieving high generalization performance even when trained on a **restricted dataset** through the use of aggressive offline and online Data Augmentation strategies.

## 🏷️ Classes
The model is trained to detect the following 3 classes:
* `0`: **Person** (Players)
* `1`: **Ball** (Football, Tennis ball)
* `2`: **Equipment** (Rackets)

## 💻 How to Use

To use this model in your Python project, you need the `ultralytics` and `huggingface_hub` libraries.

### Installation
```bash
pip install ultralytics huggingface_hub