| { |
| "description": "This is a YOLO-style object detection dataset containing images and corresponding label files.", |
| "citation": "@article{author2023, title={Example Dataset}, year={2023}}", |
| "homepage": "https://huggingface.co/datasets/im-wali/korean_wild_dataset_test", |
| "license": "CC BY 4.0", |
| "version": "1.0.0", |
| "features": { |
| "image": { |
| "type": "image", |
| "path": "train/images" |
| }, |
| "label": { |
| "type": "text", |
| "path": "train/labels" |
| } |
| }, |
| "splits": { |
| "train": { |
| "images": "train/images/*.jpg", |
| "labels": "train/labels/*.txt", |
| "num_examples": 800 |
| }, |
| "validation": { |
| "images": "val/images/*.jpg", |
| "labels": "val/labels/*.txt", |
| "num_examples": 200 |
| } |
| }, |
| "task_categories": ["object_detection"], |
| "task_ids": ["object_detection"], |
| "languages": ["ko"] |
| } |
|
|
|
|