ASLAD-190K / ASLAD-96K /Readme_ASLAD-96K.txt
aboulesnane's picture
Upload 6 files
e9d8c8f verified
Raw
History Blame Contribute Delete
1.18 kB
The CSV file 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.