Upload config.json with huggingface_hub
Browse files- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"3D ResNet18"
|
| 4 |
+
],
|
| 5 |
+
"task": "video-classification",
|
| 6 |
+
"num_classes": 6,
|
| 7 |
+
"class_names": [
|
| 8 |
+
"0%",
|
| 9 |
+
"60%",
|
| 10 |
+
"70%",
|
| 11 |
+
"80%",
|
| 12 |
+
"85%",
|
| 13 |
+
"90%"
|
| 14 |
+
],
|
| 15 |
+
"input_shape": "90 frames (3 seconds at 30fps), 224x224 RGB"
|
| 16 |
+
}
|