Update README.md
Browse files
README.md
CHANGED
|
@@ -10,5 +10,7 @@ tags:
|
|
| 10 |
Dataset used for a training a model to classify Danish Sign Language signs, based on MediaPipe hand landmark data.
|
| 11 |
|
| 12 |
The dataset consist of four classes, 'unknown', 'hello', 'bye' and 'thanks'.
|
|
|
|
| 13 |
There are 30 datapoints for each class.
|
|
|
|
| 14 |
Each data point is 30 frames of data stored in individual Numpy files with x, y and z values for each hand landmark.
|
|
|
|
| 10 |
Dataset used for a training a model to classify Danish Sign Language signs, based on MediaPipe hand landmark data.
|
| 11 |
|
| 12 |
The dataset consist of four classes, 'unknown', 'hello', 'bye' and 'thanks'.
|
| 13 |
+
|
| 14 |
There are 30 datapoints for each class.
|
| 15 |
+
|
| 16 |
Each data point is 30 frames of data stored in individual Numpy files with x, y and z values for each hand landmark.
|