This repository contains code to detect tennis balls in images and count rallies.
- Tennis Ball Detection (using YOLOv8)
- Tennis Court Line Detection
The model and court line detector logic is adapted from tennis_analysis.
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run the detection script:
python detect_ball.py
- Run the video detection script:
python detect_ball_video.py