Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- code
|
7 |
+
---
|
8 |
+
# Volleyball Video Analytics Dataset
|
9 |
+
## Overview
|
10 |
+
This dataset is designed to support AI tools for analyzing volleyball games. It contains both raw footage (before processing) and short video snippets with 6 consecutive plays including downtime.
|
11 |
+
[GitHub Link](https://github.com/ryan1288/digdeep/)
|
12 |
+
|
13 |
+
## Planned Features 📋
|
14 |
+
- **Auto-Editor:** Automatically remove downtime between plays for faster video review.
|
15 |
+
- **Score Tracking:** Timestamp key moments and keep an accurate score throughout the video.
|
16 |
+
- **Action-Specific Replays:** Replay only the most relevant portions of the video based on specific actions.
|
17 |
+
- **Court Usage Analysis:** Understand where the ball is contacted most often during play.
|
18 |
+
- **Player-Specific Statistics:** Collect and present performance metrics for individual players.
|
19 |
+
|
20 |
+
Our goal is to make video analysis easier for players, coaches, and teams by automating performance review through AI.
|
21 |
+
|
22 |
+
## Dataset Structure
|
23 |
+
### Directories
|
24 |
+
* raw/: Contains unprocessed, full-length videos.
|
25 |
+
* snippets/: Contains short clips, each representing 6 consecutive plays.
|
26 |
+
|
27 |
+
### Snippet Metadata
|
28 |
+
Each snippet includes:
|
29 |
+
* Type: Game type (indoor, beach, etc.)
|
30 |
+
* Date: Game date (e.g., YYYYMMDD)
|
31 |
+
* Camera type: Normal or wide-angle
|
32 |
+
* Snippet index: A unique number incremented for each new snippet
|
33 |
+
#### Example File Name
|
34 |
+
`YouTube_Indoor_20241012_Wide_001.mp4`
|
35 |
+
|
36 |
+
We welcome contributions! You can submit volleyball game footage, which would improve the tool performance on your videos!
|
37 |
+
|
38 |
+
Thanks to everyone contributing videos and labels, and to the volleyball and AI communities for their support!
|