CoolFace
Apppublic

sky-variable/action-recognition

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
meta.json20 linesDownload Raw Back to root
1{2  "classes": [3    "Arms Crossed",4    "Bending",5    "Clapping",6    "Hand Raised",7    "Jumping",8    "Sitting",9    "Standing",10    "Walking"11  ],12  "n_landmarks": 33,13  "n_feat_per_lm": 4,14  "input_shape": [15    33,16    417  ],18  "test_accuracy": 0.9869767427444458,19  "model_type": "BiLSTM+Conv1D"20}