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
video-classification
RSK World
video-classification
Video Classification Dataset - Video ML + Video AI + Video Deep Learning
video-classification
  • data
  • examples
  • frames
  • raw_videos
  • scripts
  • utils
  • .gitignore715 B
  • CONTRIBUTING.md1.3 KB
  • DATASET_GUIDE.md5.6 KB
  • LICENSE474 B
  • PROJECT_INFO.md4.3 KB
  • QUICK_START.md2.9 KB
  • README.md4.2 KB
  • RELEASE_NOTES_v1.0.0.md3.2 KB
  • USAGE.md4.2 KB
  • config.yaml1.2 KB
  • index.html20.3 KB
  • requirements.txt407 B
  • setup.py2 KB
README.md
data/README.md
Raw Download

README.md

# Dataset Directory Structure

<!--
Project: Video Classification Dataset
Author: Molla Samser
Designer & Tester: Rima Khatun
Website: https://rskworld.in
Email: help@rskworld.in, support@rskworld.in
Phone: +91 93305 39277
Organization: RSK World
-->

## Directory Structure

```
data/
├── train/ # Training videos (70% of dataset)
│ ├── action/
│ ├── comedy/
│ ├── drama/
│ ├── sports/
│ ├── documentary/
│ ├── news/
│ ├── music/
│ └── education/
├── test/ # Test videos (20% of dataset)
│ ├── action/
│ ├── comedy/
│ ├── drama/
│ ├── sports/
│ ├── documentary/
│ ├── news/
│ ├── music/
│ └── education/
└── validation/ # Validation videos (10% of dataset)
├── action/
├── comedy/
├── drama/
├── sports/
├── documentary/
├── news/
├── music/
└── education/
```

## Adding Videos

1. Place your video files in the appropriate category folder
2. Supported formats: MP4, MOV, AVI, MKV
3. Use the `organize_dataset.py` script to automatically split videos into train/test/validation sets

## Video Requirements

- Format: MP4, MOV, AVI, or MKV
- Recommended resolution: 224x224 or higher
- Recommended duration: 5-10 seconds per clip
- Frame rate: 24-30 FPS

## Example Usage

```bash
# Add videos to raw_videos directory organized by category
raw_videos/
├── action/
│ ├── video1.mp4
│ └── video2.mp4
└── comedy/
├── video1.mp4
└── video2.mp4

# Then organize into train/test/validation
python scripts/organize_dataset.py --input raw_videos --output data
```

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