Datasets:
File size: 791 Bytes
747f859 e29a453 1ace42b 747f859 e29a453 747f859 d59a884 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: cc0-1.0
task_categories:
- image-classification
modalities:
- image
language:
- en
tags:
- image
- csv
- image-classification
- mnist
pretty_name: American Sign Language MNIST
repo_type: dataset
size_categories:
- 10K<n<100K
---
Based on [Kaggle - Sign Language MNIST](https://www.kaggle.com/datasets/datamunge/sign-language-mnist).
Repackaged both CSV's into a single CSV with a field `datasetType` to assign each to its type.
The class mapping:
```
0: 'A', 1: 'B', 2: 'C', 3: 'D', 4: 'E', 5: 'F', 6: 'G', 7: 'H', 8: 'I',
10: 'K', 11: 'L', 12: 'M', 13: 'N', 14: 'O', 15: 'P', 16: 'Q', 17: 'R',
18: 'S', 19: 'T', 20: 'U', 21: 'V', 22: 'W', 23: 'X', 24: 'Y'
```
Labels 9 (J) and 25 (Z) are excluded as these letters require motion in ASL hence no such images are available. |