动态停车数据集
收藏资源简介:
本文提出了一种基于Transformer的端到端自动驾驶停车模型,旨在解决动态环境下的停车问题。模型通过多任务感知网络,联合感知停车位拓扑、车辆状态和行人意图。引入了目标点编码器,将不同类型的停车位几何形状映射到共享的低维潜在空间,支持垂直和平行停车场景的统一政策建模。为了评估该方法的有效性,在CARLA模拟平台上构建了一个动态停车数据集,并进行了广泛的实验来验证系统的性能。
This paper proposes a Transformer-based end-to-end autonomous driving parking model aimed at addressing the parking problem in dynamic environments. The model adopts a multi-task perception network to jointly perceive parking space topology, vehicle states and pedestrian intentions. A target point encoder is introduced to map the geometric shapes of various parking space types into a shared low-dimensional latent space, enabling unified policy modeling for both perpendicular and parallel parking scenarios. To evaluate the effectiveness of the proposed method, a dynamic parking dataset is constructed on the CARLA simulation platform, and extensive experiments are conducted to verify the system's performance.
ParkFormer数据集概述
数据集基本信息
- 名称: ParkFormer
- 类型: 自动驾驶停车多模态数据集
- 环境: CARLA 0.9.14仿真器
- 数据量: 46,400帧(272个结构化停车场景)
数据内容
- 传感器数据:
- 多视角RGB图像
- 深度图
- 鸟瞰图(BEV)
- 动态数据:
- 行人运动轨迹
- 自车运动状态
- 标注数据:
- 专家控制信号(转向/加速/刹车/档位)
- 目标停车位信息
场景特征
- 停车类型:
- 垂直停车(Town04-Opt场景)
- 平行停车(Town10HD-Opt场景)
- 环境复杂度:
- 包含动态行人干扰
- 多样化布局配置
评估指标
| 指标名称 | 数值 |
|---|---|
| 成功率 | 96.57% |
| 位置误差 | 0.21m |
| 方向误差 | 0.41° |
| 碰撞率 | 1.16% |
技术特点
- 多模态融合: 结合视觉BEV特征与目标位置注意力机制
- 动态预测: 集成行人轨迹GRU预测模块
- 控制输出: 离散化控制指令生成
文件结构
- 数据集目录结构即将发布

- 1ParkFormer: A Transformer-Based Parking Policy with Goal Embedding and Pedestrian-Aware Control中国科学院自动化研究所 · 2025年



