Downloads · 30 days
10
14% of all-time downloads
PericlesRodrigues01/player-detector
player-detector is a object detection model from PericlesRodrigues01. Use it when you need objects located in an image. It is set up for ultralytics. The card lists the license as mit.
This model is a fine-tuned version of YOLOv8 Nano, designed to detect players, balls, and sports equipment in match footage (Football/Tennis).
Downloads · 30 days
10
14% of all-time downloads
All-time downloads
72
Public
Repo size
6.2 MB
Likes
0
Public
Click a slice to open those files.
.pt6.2 MB · 100%
From the Hugging Face model README
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.
The model is trained to detect the following 3 classes:
0: Person (Players)1: Ball (Football, Tennis ball)2: Equipment (Rackets)To use this model in your Python project, you need the ultralytics and huggingface_hub libraries.
pip install ultralytics huggingface_hub