File size: 365 Bytes
3e5c119 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"model_type": "unifuture",
"architectures": ["UniFuture"],
"framework": "pytorch",
"task": "driving_world_model",
"subtasks": [
"future_scene_generation",
"future_depth_prediction",
"future_perception"
],
"input_modality": "image",
"output_modality": ["future_rgb", "future_depth"],
"dataset": "nuScenes",
"license": "apache-2.0"
} |