Create config.json
Browse files- config.json +15 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "unifuture",
|
| 3 |
+
"architectures": ["UniFuture"],
|
| 4 |
+
"framework": "pytorch",
|
| 5 |
+
"task": "driving_world_model",
|
| 6 |
+
"subtasks": [
|
| 7 |
+
"future_scene_generation",
|
| 8 |
+
"future_depth_prediction",
|
| 9 |
+
"future_perception"
|
| 10 |
+
],
|
| 11 |
+
"input_modality": "image",
|
| 12 |
+
"output_modality": ["future_rgb", "future_depth"],
|
| 13 |
+
"dataset": "nuScenes",
|
| 14 |
+
"license": "apache-2.0"
|
| 15 |
+
}
|