help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
sports-analysis
RSK World
sports-analysis
Sports Analysis Dataset - Game Footage + Player Tracking + Event Annotations + OpenCV + Video Analysis
sports-analysis
  • .github
  • assets
  • data
  • docs
  • examples
  • scripts
  • .gitignore577 B
  • ADVANCED_FEATURES.md7.1 KB
  • CHANGELOG.md3.5 KB
  • CONTRIBUTING.md1 KB
  • DATA_SUMMARY.md4.1 KB
  • ERROR_CHECK_REPORT.md3.6 KB
  • GITHUB_RELEASE_GUIDE.md4.3 KB
  • LICENSE1.3 KB
  • PROJECT_SUMMARY.md3.8 KB
  • README.md2.7 KB
  • RELEASE_NOTES.md5.6 KB
  • api.html10.3 KB
  • config.json1.6 KB
  • dashboard.html9.6 KB
  • explorer.html8.8 KB
  • index.html95.9 KB
  • package.json1.3 KB
  • server.js7.9 KB
  • sports-analysis.png2.7 MB
  • sports-analysis.zip13.6 KB
  • sports-analysis.zip.info514 B
DATA_SUMMARY.md
DATA_SUMMARY.md
Raw Download

DATA_SUMMARY.md

# Sports Analysis Dataset - Data Summary

<!--
RSK World
Founder: Molla Samser
Designer & Tester: Rima Khatun
Email: help@rskworld.in
Phone: +91 93305 39277
Address: Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India, 713147
Website: https://rskworld.in/
-->

## Dataset Contents

This document summarizes the actual data files included in the Sports Analysis Dataset.

### ✅ Created Files

#### Annotations (JSON & CSV)

1. **`data/annotations/tracking_001.json`**
- Football game player tracking data
- 8 player position records
- Ball position tracking
- Timestamps and field positions

2. **`data/annotations/tracking_002.json`**
- Basketball game player tracking data
- 4 player position records
- Ball position tracking
- Court positions

3. **`data/annotations/events_001.json`**
- Football game events
- 5 events: 1 goal, 1 foul, 1 substitution, 1 penalty, 1 timeout
- Event locations and descriptions
- Video timestamps

4. **`data/annotations/events_002.json`**
- Basketball game events
- 2 events: 1 goal (3-point shot), 1 foul
- Event locations and descriptions

5. **`data/annotations/performance_metrics_001.csv`**
- Performance metrics for 8 players
- Distance covered, speed, acceleration, heart rate
- Team and jersey number information

#### Metadata

6. **`data/metadata/games_metadata.json`**
- Complete dataset metadata
- Information about 2 games (Football and Basketball)
- Video file references
- Dataset statistics

7. **`data/structure.json`**
- Dataset structure definition
- Field specifications
- Usage examples

#### Documentation

8. **`data/videos/README.md`**
- Instructions for video files
- Video specifications
- File naming conventions

### 📦 Dataset Archive

**`sports-analysis.zip`** - Created successfully!
- Contains all annotation files
- Contains metadata files
- Contains documentation
- Contains example code
- Size: ~0.01 MB (without video files)

### 📊 Data Statistics

- **Total Games**: 2
- Game 001: Football (90 minutes)
- Game 002: Basketball (48 minutes)

- **Total Annotations**:
- Player tracking records: 12+
- Event records: 7
- Performance metrics: 8 players

- **Sports Covered**: Football, Basketball

- **File Formats**: JSON, CSV

### 🎥 Video Files

**Note**: Video files (MP4/MOV) are not included in the ZIP due to size constraints.

Expected video files:
- `data/videos/game_001.mp4` - Football game (90 min, 1080p, 30fps)
- `data/videos/game_002.mp4` - Basketball game (48 min, 1080p, 30fps)

See `data/videos/README.md` for video specifications.

### 📁 Directory Structure

```
data/
├── annotations/
│ ├── tracking_001.json ✅ Created
│ ├── tracking_002.json ✅ Created
│ ├── events_001.json ✅ Created
│ ├── events_002.json ✅ Created
│ └── performance_metrics_001.csv ✅ Created
├── metadata/
│ └── games_metadata.json ✅ Created
├── videos/
│ └── README.md ✅ Created
└── structure.json ✅ Created
```

### 🔧 Scripts

- **`scripts/create_dataset_zip.py`** - Python script to create ZIP archive
- **`scripts/create_dataset_zip.bat`** - Windows batch script
- **`scripts/create_dataset_zip.sh`** - Linux/Mac shell script

### 📝 Usage

1. **View annotations**: Open JSON files in any text editor or JSON viewer
2. **Analyze data**: Use the example Python scripts in `examples/`
3. **Create ZIP**: Run `python scripts/create_dataset_zip.py`
4. **Add videos**: Place MP4/MOV files in `data/videos/` directory

### 🔄 Regenerating the ZIP

To update the ZIP file after adding new data:

```bash
# Windows
scripts\create_dataset_zip.bat

# Linux/Mac
bash scripts/create_dataset_zip.sh

# Or directly with Python
python scripts/create_dataset_zip.py
```

### 📧 Contact

**RSK World**
- Email: help@rskworld.in
- Phone: +91 93305 39277
- Website: https://rskworld.in/

---

© 2026 RSK World. All rights reserved.

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer