danielritchie commited on
Commit
e063303
Β·
verified Β·
1 Parent(s): ab592cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +157 -14
README.md CHANGED
@@ -1,21 +1,164 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
- - name: image_path
5
- dtype: string
6
- - name: detections
7
- sequence: string
8
- - name: verified
9
- dtype: 'null'
10
  splits:
11
- - name: train
12
- num_bytes: 23643
13
- num_examples: 192
14
  download_size: 15317
15
  dataset_size: 23643
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ pretty_name: Rubber Duck Detection Dataset
5
+ tags:
6
+ - computer-vision
7
+ - object-detection
8
+ - image-classification
9
+ - rubber-ducks
10
+ - yolo
11
+ annotations_creators:
12
+ - expert-generated
13
+ - machine-generated
14
+ language_creators:
15
+ - found
16
+ size_categories:
17
+ - n<1K
18
+ source_datasets:
19
+ - Norod78/Rubber-Duck-blip-captions
20
+ - linoyts/rubber_ducks
21
+ task_categories:
22
+ - object-detection
23
+ - image-classification
24
+ task_ids:
25
+ - multi-class-image-classification
26
  dataset_info:
27
  features:
28
+ - name: image_path
29
+ dtype: string
30
+ - name: detections
31
+ sequence: string
32
+ - name: verified
33
+ dtype: 'null'
34
  splits:
35
+ - name: default
36
+ num_bytes: 23643
37
+ num_examples: 192
38
  download_size: 15317
39
  dataset_size: 23643
40
+ configs:
41
+ - config_name: default
42
+ path:
43
+ - data/*.jpg
44
+ - data/*.txt
45
+ - train-00000-of-00001.parquet
46
  ---
47
+
48
+ # Rubber Duck Detection Dataset
49
+
50
+ ## Overview
51
+ This dataset contains 192 annotated images of rubber ducks, specifically curated for object detection tasks. It was used for experimentation related to the [YOLOv8n Rubber Duck Detector](https://huggingface.co/brainwavecollective/yolov8n-rubber-duck-detector) model.
52
+
53
+ NOTE: I DO NOT RECOMMEND USING THIS DATASET AT THIS TIME. There is an open and ongoing discussion around the use of the datasets that were combined for this. See [related licensing discussion on the forum](https://discuss.huggingface.co/t/use-of-unlicensed-hf-datasets/138189)
54
+
55
+
56
+ ## Dataset Description
57
+
58
+ ### Dataset Summary
59
+ A specialized computer vision dataset featuring rubber ducks with bounding box annotations, designed for training object detection models. The dataset combines and enhances images from two existing datasets with manual verification and standardized annotations.
60
+
61
+ ### Supported Tasks
62
+ - Object Detection
63
+ - Image Classification
64
+
65
+ ### Languages
66
+ Visual data with English annotations
67
+
68
+ ### Dataset Structure
69
+ - Number of examples: 192
70
+ - Download size: 15,317 bytes
71
+ - Dataset size: 23,643 bytes
72
+
73
+ #### Data Fields
74
+ - `image_path`: Path to the image file
75
+ - `detections`: Bounding box coordinates in YOLO format (normalized)
76
+ - `verified`: Verification status field
77
+
78
+ #### Data Splits
79
+ - Training set: 192 images
80
+
81
+ ### Source Data
82
+ #### Initial Data Collection and Normalization
83
+ This dataset combines images from two existing datasets:
84
+ - [Norod78/Rubber-Duck-blip-captions](https://huggingface.co/datasets/Norod78/Rubber-Duck-blip-captions)
85
+ - [linoyts/rubber_ducks](https://huggingface.co/datasets/linoyts/rubber_ducks)
86
+ NOTE: these datasets were unlicensed so usage is not clear. See [related licensing discussion on the forum](https://discuss.huggingface.co/t/use-of-unlicensed-hf-datasets/138189)
87
+
88
+ ### Data Format
89
+ Each image has corresponding annotations in two formats:
90
+ 1. YOLO text format (.txt files)
91
+ 2. Structured format in the parquet file
92
+
93
+ The YOLO format annotations follow the convention:
94
+ <class> <x_center> <y_center> <width> <height>
95
+ - All values are normalized between 0 and 1
96
+ - Single class: rubber duck
97
+ - Coordinates represent the center point and dimensions of the bounding box
98
+
99
+ ### File Structure
100
+ data/
101
+ β”œβ”€β”€ images/
102
+ β”‚ β”œβ”€β”€ image_0.jpg
103
+ β”‚ β”œβ”€β”€ image_1.jpg
104
+ β”‚ └── ...
105
+ β”œβ”€β”€ labels/
106
+ β”‚ β”œβ”€β”€ image_0.txt
107
+ β”‚ β”œβ”€β”€ image_1.txt
108
+ β”‚ └── ...
109
+ └── train-00000-of-00001.parquet
110
+ Copy
111
+ ## Dataset Creation
112
+
113
+ ### Curation Rationale
114
+ This dataset was created to provide a specialized dataset for rubber duck detection, combining images from existing datasets with standardized annotations. The purpose was to see if we could enhance YOLOv8n to be better at detecting an assortment of rubber ducks.
115
+
116
+ ### Annotations
117
+ Annotations were created using a combination of:
118
+ - Manual annotation
119
+ - Machine-generated predictions with human verification
120
+ - Standardization to YOLO format
121
+
122
+ ## Usage
123
+
124
+ ### Loading the Dataset
125
+
126
+ ```python
127
+ from datasets import load_dataset
128
+
129
+ dataset = load_dataset("brainwavecollective/yolo-rubber-ducks")
130
+ ```
131
+
132
+ ### Considerations for Using the Data
133
+
134
+ #### Discussion of Biases
135
+
136
+ - Dataset focuses specifically on strange rubber ducks
137
+ - Does not represent all possible variations of rubber ducks
138
+ - Limited environmental contexts
139
+ - Most of the images have a marketing focus
140
+
141
+ ### Additional Information
142
+
143
+ #### Dataset Curators
144
+
145
+ This dataset was curated by combining and enhancing existing rubber duck datasets with additional annotations and verification.
146
+
147
+ #### Licensing Information
148
+
149
+ NOTE: Licensing is currently under review. See [related licensing discussion on the forum](https://discuss.huggingface.co/t/use-of-unlicensed-hf-datasets/138189)
150
+
151
+ #### Citation Information
152
+
153
+ If you use this dataset, please cite:
154
+
155
+ ```bibtex
156
+ @misc{rubber-duck-detection,
157
+ author = {Daniel Ritchie},
158
+ title = {Rubber Duck Detection Dataset},
159
+ year = {2025},
160
+ publisher = {HuggingFace},
161
+ journal = {HuggingFace Hub},
162
+ howpublished = {\url{https://huggingface.co/datasets/brainwavecollective/yolo-rubber-ducks}}
163
+ }
164
+ ```