jamarks commited on
Commit
1c60bb5
1 Parent(s): 6b427f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -118
README.md CHANGED
@@ -5,16 +5,16 @@ license: other
5
  size_categories:
6
  - 10K<n<100K
7
  task_categories:
8
- - image-classification
9
- - object-detection
10
  task_ids: []
11
- pretty_name: WLASL
12
  tags:
13
  - fiftyone
14
- - image-classification
15
- - object-detection
16
  - video
17
- dataset_summary: '
 
 
 
18
 
19
 
20
 
@@ -22,13 +22,14 @@ dataset_summary: '
22
 
23
 
24
 
25
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 11980 samples.
 
26
 
27
 
28
  ## Installation
29
 
30
 
31
- If you haven''t already, install FiftyOne:
32
 
33
 
34
  ```bash
@@ -50,9 +51,9 @@ dataset_summary: '
50
 
51
  # Load the dataset
52
 
53
- # Note: other available arguments include ''max_samples'', etc
54
 
55
- dataset = fouh.load_from_hub("jamarks/WLASL")
56
 
57
 
58
  # Launch the App
@@ -60,8 +61,6 @@ dataset_summary: '
60
  session = fo.launch_app(dataset)
61
 
62
  ```
63
-
64
- '
65
  ---
66
 
67
  # Dataset Card for WLASL
@@ -74,7 +73,7 @@ dataset_summary: '
74
  ![image/png](dataset_preview.gif)
75
 
76
 
77
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 11980 samples.
78
 
79
  ## Installation
80
 
@@ -92,7 +91,7 @@ import fiftyone.utils.huggingface as fouh
92
 
93
  # Load the dataset
94
  # Note: other available arguments include 'max_samples', etc
95
- dataset = fouh.load_from_hub("jamarks/WLASL")
96
 
97
  # Launch the App
98
  session = fo.launch_app(dataset)
@@ -103,130 +102,55 @@ session = fo.launch_app(dataset)
103
 
104
  ### Dataset Description
105
 
106
- <!-- Provide a longer summary of what this dataset is. -->
107
 
108
 
109
 
110
- - **Curated by:** [More Information Needed]
111
- - **Funded by [optional]:** [More Information Needed]
112
- - **Shared by [optional]:** [More Information Needed]
113
  - **Language(s) (NLP):** en
114
  - **License:** other
115
 
116
- ### Dataset Sources [optional]
117
 
118
  <!-- Provide the basic links for the dataset. -->
119
 
120
- - **Repository:** [More Information Needed]
121
- - **Paper [optional]:** [More Information Needed]
122
- - **Demo [optional]:** [More Information Needed]
 
123
 
124
  ## Uses
125
 
126
- <!-- Address questions around how the dataset is intended to be used. -->
127
-
128
- ### Direct Use
129
-
130
- <!-- This section describes suitable use cases for the dataset. -->
131
-
132
- [More Information Needed]
133
-
134
- ### Out-of-Scope Use
135
-
136
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
137
-
138
- [More Information Needed]
139
-
140
- ## Dataset Structure
141
-
142
- <!-- 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. -->
143
-
144
- [More Information Needed]
145
-
146
- ## Dataset Creation
147
-
148
- ### Curation Rationale
149
-
150
- <!-- Motivation for the creation of this dataset. -->
151
-
152
- [More Information Needed]
153
-
154
- ### Source Data
155
-
156
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
157
-
158
- #### Data Collection and Processing
159
-
160
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
161
-
162
- [More Information Needed]
163
-
164
- #### Who are the source data producers?
165
-
166
- <!-- 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. -->
167
-
168
- [More Information Needed]
169
-
170
- ### Annotations [optional]
171
 
172
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
173
 
174
- #### Annotation process
175
-
176
- <!-- 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. -->
177
-
178
- [More Information Needed]
179
-
180
- #### Who are the annotators?
181
-
182
- <!-- This section describes the people or systems who created the annotations. -->
183
-
184
- [More Information Needed]
185
-
186
- #### Personal and Sensitive Information
187
-
188
- <!-- 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. -->
189
-
190
- [More Information Needed]
191
-
192
- ## Bias, Risks, and Limitations
193
-
194
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
195
-
196
- [More Information Needed]
197
-
198
- ### Recommendations
199
-
200
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
201
-
202
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
203
-
204
- ## Citation [optional]
205
 
206
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
207
 
208
  **BibTeX:**
209
 
210
- [More Information Needed]
211
-
212
- **APA:**
213
-
214
- [More Information Needed]
215
-
216
- ## Glossary [optional]
 
 
 
 
 
 
 
 
 
 
217
 
218
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
219
-
220
- [More Information Needed]
221
-
222
- ## More Information [optional]
223
-
224
- [More Information Needed]
225
-
226
- ## Dataset Card Authors [optional]
227
 
228
- [More Information Needed]
229
 
230
- ## Dataset Card Contact
231
 
232
- [More Information Needed]
 
5
  size_categories:
6
  - 10K<n<100K
7
  task_categories:
8
+ - video-classification
 
9
  task_ids: []
10
+ pretty_name: World Level American Sign Language
11
  tags:
12
  - fiftyone
 
 
13
  - video
14
+ - activity-recognition
15
+ - asl
16
+ - sign-language
17
+ dataset_summary: >
18
 
19
 
20
 
 
22
 
23
 
24
 
25
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 11980
26
+ samples.
27
 
28
 
29
  ## Installation
30
 
31
 
32
+ If you haven't already, install FiftyOne:
33
 
34
 
35
  ```bash
 
51
 
52
  # Load the dataset
53
 
54
+ # Note: other available arguments include 'max_samples', etc
55
 
56
+ dataset = fouh.load_from_hub("Voxel51/WLASL")
57
 
58
 
59
  # Launch the App
 
61
  session = fo.launch_app(dataset)
62
 
63
  ```
 
 
64
  ---
65
 
66
  # Dataset Card for WLASL
 
73
  ![image/png](dataset_preview.gif)
74
 
75
 
76
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) video dataset with 11980 samples.
77
 
78
  ## Installation
79
 
 
91
 
92
  # Load the dataset
93
  # Note: other available arguments include 'max_samples', etc
94
+ dataset = fouh.load_from_hub("Voxel51/WLASL")
95
 
96
  # Launch the App
97
  session = fo.launch_app(dataset)
 
102
 
103
  ### Dataset Description
104
 
105
+ WLASL is the largest video dataset for Word-Level American Sign Language (ASL) recognition, which features 2,000 common different words in ASL. The authors hope WLASL will facilitate the research in sign language understanding and eventually benefit the communication between deaf and hearing communities.
106
 
107
 
108
 
109
+ - **Curated by:** Dongxu Li and Hongdong Li
 
 
110
  - **Language(s) (NLP):** en
111
  - **License:** other
112
 
113
+ ### Dataset Sources
114
 
115
  <!-- Provide the basic links for the dataset. -->
116
 
117
+ - **Repository:** https://github.com/dxli94/WLASL
118
+ - **Paper:** https://arxiv.org/abs/1910.11006
119
+ - **Homepage:** https://dxli94.github.io/WLASL/
120
+ - **Demo:** https://try.fiftyone.ai/datasets/asl-dataset/samples
121
 
122
  ## Uses
123
 
124
+ All the WLASL data is intended for academic and computational use only. No commercial usage is allowed. Licensed under the [Computational Use of Data Agreement](https://github.com/microsoft/Computational-Use-of-Data-Agreement/releases/tag/v1.0) (C-UDA)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
 
 
126
 
127
+ ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
 
129
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
130
 
131
  **BibTeX:**
132
 
133
+ ```bibtex
134
+ @misc{li2020wordlevel,
135
+ title={Word-level Deep Sign Language Recognition from Video: A New Large-scale Dataset and Methods Comparison},
136
+ author={Dongxu Li and Cristian Rodriguez Opazo and Xin Yu and Hongdong Li},
137
+ year={2020},
138
+ eprint={1910.11006},
139
+ archivePrefix={arXiv},
140
+ primaryClass={cs.CV}
141
+ }
142
+
143
+ @inproceedings{li2020transferring,
144
+ title={Transferring cross-domain knowledge for video sign language recognition},
145
+ author={Li, Dongxu and Yu, Xin and Xu, Chenchen and Petersson, Lars and Li, Hongdong},
146
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
147
+ pages={6205--6214},
148
+ year={2020}
149
+ }
150
 
151
+ ```
 
 
 
 
 
 
 
 
152
 
 
153
 
154
+ ## Dataset Card Authors
155
 
156
+ [Jacob Marks](https://huggingface.co/jamarks)