# Dataset Description This dataset has been converted to COCO format and contains bounding box annotations for content detection. ## Dataset Structure The dataset is split into training and validation sets: - Training set: 583 images - Validation set: 146 images ## Format The dataset follows the COCO format with the following structure: - images: Contains the image files - annotations.json: Contains the COCO format annotations - dataset.yaml: Configuration file for training ### Annotations Format Each annotation contains: - Bounding box coordinates [x, y, width, height] - Category ID (1 for "content") - Image ID - Annotation ID - Area - iscrowd flag (set to 0) ## Usage This dataset can be used with any model that supports the COCO format for object detection tasks. You can use the dataset.yaml file to configure your training pipeline.