gesture-recognition / config.json
osamajan90's picture
Added config.json for architecture-free loading
760db7c verified
Raw
History Blame Contribute Delete
450 Bytes
{
"model_type": "gesture_classifier",
"input_size": 42,
"hidden_layers": [
128,
256,
128
],
"num_classes": 18,
"dropout": [
0.3,
0.3,
0.2
],
"classes": [
"call",
"dislike",
"fist",
"four",
"like",
"mute",
"ok",
"one",
"palm",
"peace",
"peace_inverted",
"rock",
"stop",
"stop_inverted",
"three",
"three2",
"two_up",
"two_up_inverted"
]
}