jamarks commited on
Commit
81ca49e
1 Parent(s): 82a027b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +237 -0
README.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language: en
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - 1K<n<10K
7
+ task_categories:
8
+ - image-classification
9
+ - object-detection
10
+ task_ids: []
11
+ pretty_name: dacl10k
12
+ tags:
13
+ - WACV2024
14
+ - classification
15
+ - construction
16
+ - defect-detection
17
+ - fiftyone
18
+ - image
19
+ - image-classification
20
+ - image-segmentation
21
+ - object-detection
22
+ dataset_summary: '
23
+
24
+
25
+
26
+ ![image/png](dataset_preview.jpg)
27
+
28
+
29
+
30
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 8922 samples.
31
+
32
+
33
+ ## Installation
34
+
35
+
36
+ If you haven''t already, install FiftyOne:
37
+
38
+
39
+ ```bash
40
+
41
+ pip install -U fiftyone
42
+
43
+ ```
44
+
45
+
46
+ ## Usage
47
+
48
+
49
+ ```python
50
+
51
+ import fiftyone as fo
52
+
53
+ import fiftyone.utils.huggingface as fouh
54
+
55
+
56
+ # Load the dataset
57
+
58
+ # Note: other available arguments include ''max_samples'', etc
59
+
60
+ dataset = fouh.load_from_hub("jamarks/dacl10k")
61
+
62
+
63
+ # Launch the App
64
+
65
+ session = fo.launch_app(dataset)
66
+
67
+ ```
68
+
69
+ '
70
+ ---
71
+
72
+ # Dataset Card for dacl10k
73
+
74
+ <!-- Provide a quick summary of the dataset. -->
75
+
76
+
77
+
78
+
79
+ ![image/png](dataset_preview.jpg)
80
+
81
+
82
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 8922 samples.
83
+
84
+ ## Installation
85
+
86
+ If you haven't already, install FiftyOne:
87
+
88
+ ```bash
89
+ pip install -U fiftyone
90
+ ```
91
+
92
+ ## Usage
93
+
94
+ ```python
95
+ import fiftyone as fo
96
+ import fiftyone.utils.huggingface as fouh
97
+
98
+ # Load the dataset
99
+ # Note: other available arguments include 'max_samples', etc
100
+ dataset = fouh.load_from_hub("jamarks/dacl10k")
101
+
102
+ # Launch the App
103
+ session = fo.launch_app(dataset)
104
+ ```
105
+
106
+
107
+ ## Dataset Details
108
+
109
+ ### Dataset Description
110
+
111
+ <!-- Provide a longer summary of what this dataset is. -->
112
+
113
+
114
+
115
+ - **Curated by:** [More Information Needed]
116
+ - **Funded by [optional]:** [More Information Needed]
117
+ - **Shared by [optional]:** [More Information Needed]
118
+ - **Language(s) (NLP):** en
119
+ - **License:** cc-by-4.0
120
+
121
+ ### Dataset Sources [optional]
122
+
123
+ <!-- Provide the basic links for the dataset. -->
124
+
125
+ - **Repository:** [More Information Needed]
126
+ - **Paper [optional]:** [More Information Needed]
127
+ - **Demo [optional]:** [More Information Needed]
128
+
129
+ ## Uses
130
+
131
+ <!-- Address questions around how the dataset is intended to be used. -->
132
+
133
+ ### Direct Use
134
+
135
+ <!-- This section describes suitable use cases for the dataset. -->
136
+
137
+ [More Information Needed]
138
+
139
+ ### Out-of-Scope Use
140
+
141
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Dataset Structure
146
+
147
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
148
+
149
+ [More Information Needed]
150
+
151
+ ## Dataset Creation
152
+
153
+ ### Curation Rationale
154
+
155
+ <!-- Motivation for the creation of this dataset. -->
156
+
157
+ [More Information Needed]
158
+
159
+ ### Source Data
160
+
161
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
162
+
163
+ #### Data Collection and Processing
164
+
165
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
166
+
167
+ [More Information Needed]
168
+
169
+ #### Who are the source data producers?
170
+
171
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
172
+
173
+ [More Information Needed]
174
+
175
+ ### Annotations [optional]
176
+
177
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
178
+
179
+ #### Annotation process
180
+
181
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
182
+
183
+ [More Information Needed]
184
+
185
+ #### Who are the annotators?
186
+
187
+ <!-- This section describes the people or systems who created the annotations. -->
188
+
189
+ [More Information Needed]
190
+
191
+ #### Personal and Sensitive Information
192
+
193
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## Bias, Risks, and Limitations
198
+
199
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
200
+
201
+ [More Information Needed]
202
+
203
+ ### Recommendations
204
+
205
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
206
+
207
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
208
+
209
+ ## Citation [optional]
210
+
211
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
212
+
213
+ **BibTeX:**
214
+
215
+ [More Information Needed]
216
+
217
+ **APA:**
218
+
219
+ [More Information Needed]
220
+
221
+ ## Glossary [optional]
222
+
223
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
224
+
225
+ [More Information Needed]
226
+
227
+ ## More Information [optional]
228
+
229
+ [More Information Needed]
230
+
231
+ ## Dataset Card Authors [optional]
232
+
233
+ [More Information Needed]
234
+
235
+ ## Dataset Card Contact
236
+
237
+ [More Information Needed]