Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
39 |
|
40 |
# Load the dataset
|
41 |
# Note: other available arguments include 'max_samples', etc
|
42 |
-
dataset = load_from_hub("
|
43 |
max_samples=200)
|
44 |
|
45 |
# Launch the App
|
@@ -130,7 +130,8 @@ Processing was performed using Python with pandas, PIL, NumPy, and FiftyOne libr
|
|
130 |
|
131 |
#### Who are the source data producers?
|
132 |
|
133 |
-
The original dataset was created by the Kaggle user 'datamunge' and represents hand gesture images collected for ASL alphabet recognition research.
|
|
|
134 |
|
135 |
### Annotations
|
136 |
|
|
|
39 |
|
40 |
# Load the dataset
|
41 |
# Note: other available arguments include 'max_samples', etc
|
42 |
+
dataset = load_from_hub("Voxel51/American-Sign-Language-MNIST",
|
43 |
max_samples=200)
|
44 |
|
45 |
# Launch the App
|
|
|
130 |
|
131 |
#### Who are the source data producers?
|
132 |
|
133 |
+
The original dataset was created by the Kaggle user 'datamunge' and represents hand gesture images collected for ASL alphabet recognition research.
|
134 |
+
The specific methodology for the original data collection is not detailed in the source.
|
135 |
|
136 |
### Annotations
|
137 |
|