Dataset Description
This dataset contains 7 classes of content annotations in YOLO format:
- digital_graphics: 0
- digital_presentation: 1
- digital_screencast: 2
- digital_videogame: 3
- footage_multi_speaker: 4
- footage_scene: 5
- footage_talkinghead: 6
Dataset Structure
- Training set: 578 images
- Validation set: 145 images
Format
The dataset follows the YOLO format:
dataset/
├── images/
│ ├── train/
│ └── val/
├── labels/
│ ├── train/
│ └── val/
└── dataset.yaml
Each label file contains annotations in the format:
class_id x_center y_center width height