Datasets:
Tasks:
Object Detection
Formats:
parquet
Sub-tasks:
instance-segmentation
Languages:
English
Size:
< 1K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,82 +1,54 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
- name: annotations
|
22 |
-
sequence:
|
23 |
-
- name: id
|
24 |
-
dtype: int64
|
25 |
-
- name: image_id
|
26 |
-
dtype: int64
|
27 |
-
- name: category_id
|
28 |
-
dtype: int64
|
29 |
-
- name: bbox
|
30 |
-
sequence: float32
|
31 |
-
- name: area
|
32 |
-
dtype: float32
|
33 |
-
- name: pascal_voc_annotation
|
34 |
-
struct:
|
35 |
-
- name: filename
|
36 |
-
dtype: string
|
37 |
-
- name: size
|
38 |
-
struct:
|
39 |
-
- name: width
|
40 |
-
dtype: int64
|
41 |
-
- name: height
|
42 |
-
dtype: int64
|
43 |
-
- name: depth
|
44 |
-
dtype: int64
|
45 |
-
- name: objects
|
46 |
-
sequence:
|
47 |
-
- name: name
|
48 |
-
dtype: string
|
49 |
-
- name: difficult
|
50 |
-
dtype: int64
|
51 |
-
- name: bbox
|
52 |
-
struct:
|
53 |
-
- name: xmin
|
54 |
-
dtype: int64
|
55 |
-
- name: ymin
|
56 |
-
dtype: int64
|
57 |
-
- name: xmax
|
58 |
-
dtype: int64
|
59 |
-
- name: ymax
|
60 |
-
dtype: int64
|
61 |
-
splits:
|
62 |
-
- name: train
|
63 |
-
num_bytes: 9789525.0
|
64 |
-
num_examples: 39
|
65 |
-
- name: val
|
66 |
-
num_bytes: 1530544.0
|
67 |
-
num_examples: 6
|
68 |
-
- name: test
|
69 |
-
num_bytes: 960145.0
|
70 |
-
num_examples: 4
|
71 |
-
download_size: 11509472
|
72 |
-
dataset_size: 12280214.0
|
73 |
-
configs:
|
74 |
-
- config_name: default
|
75 |
-
data_files:
|
76 |
-
- split: train
|
77 |
-
path: data/train-*
|
78 |
-
- split: val
|
79 |
-
path: data/val-*
|
80 |
-
- split: test
|
81 |
-
path: data/test-*
|
82 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- cc-by-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- < 1K
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
task_categories:
|
17 |
+
- object-detection
|
18 |
+
task_ids:
|
19 |
+
- instance-segmentation
|
20 |
+
pretty_name: boulder_detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
+
|
23 |
+
# boulder_detection Dataset
|
24 |
+
|
25 |
+
An object detection dataset in YOLO format containing 3 splits: train, val, test.
|
26 |
+
|
27 |
+
## Dataset Metadata
|
28 |
+
|
29 |
+
* **License:** CC-BY-4.0 (Creative Commons Attribution 4.0 International)
|
30 |
+
* **Version:** 1.0
|
31 |
+
* **Date Published:** 2025-05-16
|
32 |
+
* **Cite As:** TBD
|
33 |
+
|
34 |
+
## Dataset Details
|
35 |
+
|
36 |
+
- Format: YOLO
|
37 |
+
- Splits: train, val, test
|
38 |
+
|
39 |
+
- Classes: boulder
|
40 |
+
|
41 |
+
## Additional Formats
|
42 |
+
|
43 |
+
- Includes COCO format annotations
|
44 |
+
- Includes Pascal VOC format annotations
|
45 |
+
|
46 |
+
## Data Format
|
47 |
+
|
48 |
+
This dataset is compatible with the CROISSANT metadata standard.
|
49 |
+
|
50 |
+
```python
|
51 |
+
from datasets import load_dataset
|
52 |
+
|
53 |
+
dataset = load_dataset("gremlin97/boulder_detection")
|
54 |
+
```
|