File size: 1,918 Bytes
e3af393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43c6c5d
27d77ce
a855210
 
 
e3af393
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
---
license: agpl-3.0
language:
- en
tags:
- code
---
# Volleyball Video Analytics Dataset
## Overview
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.
[GitHub Link](https://github.com/ryan1288/digdeep/)

## Planned Features 📋
- **Auto-Editor:** Automatically remove downtime between plays for faster video review.
- **Score Tracking:** Timestamp key moments and keep an accurate score throughout the video.
- **Action-Specific Replays:** Replay only the most relevant portions of the video based on specific actions.
- **Court Usage Analysis:** Understand where the ball is contacted most often during play.
- **Player-Specific Statistics:** Collect and present performance metrics for individual players.

Our goal is to make video analysis easier for players, coaches, and teams by automating performance review through AI.

## Dataset Structure
* raw/: Contains unprocessed, full-length videos.
* snippets/: Contains short clips, each representing 3 consecutive plays including downtime between plays.
* metadata.json: Will contain every snippet and its source, type, date, camera_type, and snippet_index.
* train.txt: List of train snippet file names
* val.txt: List of validation snippet file names
* test.txt: List of test snippet file names

### Snippet Metadata
Each snippet includes:
* Type: Game type (indoor, beach, etc.)
* Date: Game date (e.g., YYYYMMDD)
* Camera type: Normal or wide-angle
* Snippet index: A unique number incremented for each new snippet
#### Example File Name
`YouTube_Indoor_20241012_Wide_001.mp4`

We welcome contributions! You can submit volleyball game footage, which would improve the tool performance on your videos!

Thanks to everyone contributing videos and labels, and to the volleyball and AI communities for their support!