The dataset viewer is not available for this split.
Error code: FeaturesError
Exception: UnicodeDecodeError
Message: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 228, in compute_first_rows_from_streaming_response
iterable_dataset = iterable_dataset._resolve_features()
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 3422, in _resolve_features
features = _infer_features_from_batch(self.with_format(None)._head())
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2187, in _head
return next(iter(self.iter(batch_size=n)))
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2391, in iter
for key, example in iterator:
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1882, in __iter__
for key, pa_table in self._iter_arrow():
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1904, in _iter_arrow
yield from self.ex_iterable._iter_arrow()
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 499, in _iter_arrow
for key, pa_table in iterator:
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 346, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/csv/csv.py", line 188, in _generate_tables
csv_file_reader = pd.read_csv(file, iterator=True, dtype=dtype, **self.config.pd_read_csv_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/streaming.py", line 73, in wrapper
return function(*args, download_config=download_config, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 1199, in xpandas_read_csv
return pd.read_csv(xopen(filepath_or_buffer, "rb", download_config=download_config), **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1026, in read_csv
return _read(filepath_or_buffer, kwds)
File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 620, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1620, in __init__
self._engine = self._make_engine(f, self.engine)
File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1898, in _make_engine
return mapping[engine](f, **self.options)
File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 93, in __init__
self._reader = parsers.TextReader(src, **kwds)
File "parsers.pyx", line 574, in pandas._libs.parsers.TextReader.__cinit__
File "parsers.pyx", line 663, in pandas._libs.parsers.TextReader._get_header
File "parsers.pyx", line 874, in pandas._libs.parsers.TextReader._tokenize_rows
File "parsers.pyx", line 891, in pandas._libs.parsers.TextReader._check_tokenize_status
File "parsers.pyx", line 2053, in pandas._libs.parsers.raise_parser_error
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byteNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
ASLAD-190K: Arabic Sign Language Alphabet Dataset
The ASLAD-190K dataset is an extensive collection containing 190,000 meticulously labeled RGB images representing 32 alphabets of the ArSL. To capture these images, we enlisted the help of two signers and utilized two different computer webcams, namely the HP HD camera and HP Truevision HD. The MediaPipe library was crucial in capturing RGB photos of various sizes.
During the data collection process, we took great care to introduce diversity into the images. This involved varying lighting conditions, distances (zoom in/out), timings (day and night), 2D and 3D image rotations, and backgrounds. As a result, the dataset now offers a significantly augmented image corpus that closely resembles real-world scenarios, encompassing increasingly intricate situations. This augmentation enhances the performance of classification models during training.
Data Description
The ASLAD-190K dataset (ASLAD-190K.zip) is a rich compilation of 190,000 meticulously annotated RGB images, encompassing 32 distinct classes (organized into 32 folders) representing the Arabic Sign Language alphabet. These images, stored in JPEG format, vary in resolution, with each class containing approximately 5,108 to 7,092 images, leading to an uneven distribution across the classes. Image collection involved two signers using two different webcams: the HP HD camera and the HP TrueVision HD. The CVZone library, along with OpenCV and MediaPipe, facilitated the capture of RGB images in diverse sizes. During the data collection phase, we deliberately altered lighting conditions (low, medium, high), distances (close, far), 2D and 3D rotations, and backgrounds (simple, complex). This comprehensive approach resulted in a significantly enhanced dataset that accurately reflects real-world conditions and incorporates increasingly complex scenarios, thereby improving the training of classification models. Figure 1 presents a selection of images illustrating various alphabets from our extensive ASLAD-190K dataset.
On another hand, by employing the Random Under-Sampling technique, we effectively addressed the dataset imbalance, resulting in a balanced collection of 3,000 images per class and a total of 96,000 images (32 classes Γ 3,000 images) (ASLAD-96K/ASLAD-96K.zip).
Furthermore, this balanced dataset of 96,000 images was used to extract additional features, including Hand Landmark Coordinates, which were identified using a keypoint detection model such as MediaPipe. We also extracted 26 geometric angles that capture the relationships between hand joints, providing vital geometric features for gesture classification. The newly extracted features have been saved in a CSV file, which is included with the collected dataset.
The CSV file (ASLAD-96K/ASLAD-96K_63Hand landmarks+26Angles+Label+ImgName.csv) contains data related to hand landmarks and extracted features used for gesture recognition. It consists of the following columns:
Hand Landmarks Coordinates (1:63): These columns represent the 3D coordinates (x, y, z) of 21 key points on the hand. Each key point has an associated (x, y, z) value, forming a total of 63 columns. These landmarks are extracted from the hand image using a keypoint detection model like MediaPipe.
Extracted 26 Angles: This set of columns represents 26 angles calculated between specific points on the hand. These angles capture the relationships between different hand joints, providing critical geometric features for gesture classification.
Label Number: This column contains the numeric label corresponding to the gesture or sign represented by the hand in the image ranges from 0 to 31. The labels are integers, with each unique number representing a different class of hand gestures.
Image Name: This column holds the file name of the image from which the hand landmarks were extracted. Each image is represented by its file name in the format image_name.jpg, linking the data to the corresponding visual representation.
π Dataset Files
This dataset contains two sub-datasets:
ASLAD-190K
File:ASLAD-190K.zip
Description: 190,000 images of Arabic Sign Language alphabet.ASLAD-96K
Files:ASLAD-96K.zipASLAD-96K_63HandLandmarks+26Angles+Label+ImgName.csv
Description: Balanced version with Hand Landmark Coordinates and Geometric Angles (96,000 images).
The accompanying CSV file contains 63 Hand Landmarks + 26 Angles + Label + Image Name for each sample.
π Citation
If you use this dataset in your research, please ensure to cite the following original works:
-Boulesnane, A., Bellil, L. & Ghiri, M.G. A hybrid CNN-random forest model with landmark angles for real-time Arabic sign language recognition. Neural Comput & Applic 37, 2641β2662 (2025). https://doi.org/10.1007/s00521-024-10729-7
-Boulesnane, Abdennour; Bellil, Lyna; GHIRI, Maissoun Ghouzlen (2024), βASLAD-190K: Arabic Sign Language Alphabet Dataset consisting of 190,000 Imagesβ, Mendeley Data, V2, http://dx.doi.org/10.17632/2fgpn5dwgc.2
@article{Boulesnane2024,
author = {Boulesnane, Abdennour and Bellil, Lyna and Ghiri, Maissoun Ghouzlen},
title = {A hybrid CNN-random forest model with landmark angles for real-time Arabic sign language recognition},
volume = {37},
ISSN = {1433-3058},
DOI = {10.1007/s00521-024-10729-7},
number = {4},
journal = {Neural Computing and Applications},
publisher = {Springer Science and Business Media LLC},
year = {2024},
month = dec,
pages = {2641β2662}
}
@article{Boulesnane2024_ASLAD190K,
author = {Boulesnane, Abdennour and Bellil, Lyna and Ghiri, Maissoun Ghouzlen},
title = {ASLAD-190K: Arabic Sign Language Alphabet Dataset consisting of 190,000 Images},
year = {2024},
publisher = {Mendeley Data},
version = {V2},
doi = {10.17632/2fgpn5dwgc.2}
}
- Downloads last month
- 36