argoverse数据集和API
forcasting包含tracking的结果,然后结合argo-api去获取hdmap数据
重要的api 数据结构
lane segment
练习
- get started with the Argoverse maps:
argoverse-api/demo_usage/argoverse_map_tutorial.ipynb at master · argoverse/argoverse-api · GitHub
2. load argoverse forecasting data
3. a simple tutorial that will show you how to interact with the Argoverse-forecasting dataset using argo python package
4. participate in Argo motion forecasting challenge
组织数据
此处用了pytorch_lighning 高级torch库,专门为了训练用。
启动脚本的参数,
DataModule和Dataset
获取agent_feature
agent和周围环境的关系
模型推理
评测
网络细节
todo