This dataset contains 2 classes of content annotations in YOLO format:
digital: 0
footage: 1
Training set: 15172 images
Validation set: 3793 images
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