Upload model_info.json with huggingface_hub
Browse files- model_info.json +13 -0
model_info.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "GestureClassifier MLP",
|
| 3 |
+
"input_size": 42,
|
| 4 |
+
"hidden_layers": [
|
| 5 |
+
128,
|
| 6 |
+
256,
|
| 7 |
+
128
|
| 8 |
+
],
|
| 9 |
+
"num_classes": 18,
|
| 10 |
+
"accuracy": 91.25,
|
| 11 |
+
"dataset": "HaGRID",
|
| 12 |
+
"features": "21 hand landmarks (x,y) from MediaPipe"
|
| 13 |
+
}
|