Datasets:
Tasks:
Object Detection
Formats:
parquet
Sub-tasks:
instance-segmentation
Languages:
English
Size:
< 1K
License:
annotations_creators: | |
- expert-generated | |
language_creators: | |
- found | |
language: | |
- en | |
license: | |
- cc-by-4.0 | |
multilinguality: | |
- monolingual | |
size_categories: | |
- < 1K | |
source_datasets: | |
- original | |
task_categories: | |
- object-detection | |
task_ids: | |
- instance-segmentation | |
pretty_name: boulder_detection | |
# boulder_detection Dataset | |
An object detection dataset in YOLO format containing 3 splits: train, val, test. | |
## Dataset Metadata | |
* **License:** CC-BY-4.0 (Creative Commons Attribution 4.0 International) | |
* **Version:** 1.0 | |
* **Date Published:** 2025-05-16 | |
* **Cite As:** TBD | |
## Dataset Details | |
- Format: YOLO | |
- Splits: train, val, test | |
- Classes: boulder | |
## Additional Formats | |
- Includes COCO format annotations | |
- Includes Pascal VOC format annotations | |
## Data Format | |
This dataset is compatible with the CROISSANT metadata standard. | |
```python | |
from datasets import load_dataset | |
dataset = load_dataset("gremlin97/boulder_detection") | |
``` | |