File size: 358 Bytes
b2feee4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"model_type": "speednet",
"architectures": ["SpeedNet"],
"task": "ego-speed-estimation",
"input": "optical_flow_128x72_plus_rgb_context",
"output": "speed_mps",
"hidden_size": 192,
"flow_cnn_blocks": 4,
"context_cnn_blocks": 3,
"gru_layers": 2,
"sample_rate_hz": "variable (short: 16-frame, streaming: any)",
"framework": "pytorch"
}
|