add config.json (required for HF download-count tracking)
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "speednet",
|
| 3 |
+
"architectures": ["SpeedNet"],
|
| 4 |
+
"task": "ego-speed-estimation",
|
| 5 |
+
"input": "optical_flow_128x72_plus_rgb_context",
|
| 6 |
+
"output": "speed_mps",
|
| 7 |
+
"hidden_size": 192,
|
| 8 |
+
"flow_cnn_blocks": 4,
|
| 9 |
+
"context_cnn_blocks": 3,
|
| 10 |
+
"gru_layers": 2,
|
| 11 |
+
"sample_rate_hz": "variable (short: 16-frame, streaming: any)",
|
| 12 |
+
"framework": "pytorch"
|
| 13 |
+
}
|