/STrajNet

Codes for STrajNet: Multi-Model Hierarchical Transformer for Occupancy Flow Field Prediction in Autonomous Driving

Primary LanguagePython

STrajNet

This repo is the implementation of the following paper:

STrajNet: Multi-Model Hierarchical Transformer for Occupancy Flow Field Prediction in Autonomous Driving
Haochen Liu, Zhiyu Huang, Chen Lv
AutoMan Research Lab, Nanyang Technological University
[arXiv]  [paper] 

General Info

  • Model Framework Overview:

Dataset

Download the Waymo Open Motion Dataset; the files in tf_exmaple/ are used. Place the downloaded files into training and testing folders separately.

Also download the required scenario IDs files (.txt) for evalutation and testing

Citation

If you find this work useful please cite us 😀

@inproceedings{liu2023multi,
  title={Multi-modal Hierarchical Transformer for Occupancy Flow Field Prediction in Autonomous Driving},
  author={Liu, Haochen and Huang, Zhiyu and Lv, Chen},
  booktitle={2023 IEEE International Conference on Robotics and Automation (ICRA)},
  pages={1449--1455},
  year={2023},
  organization={IEEE}
}