Skip to content

[ICLR'22] A Unified Architecture for Predicting Multiple Agent Trajectories

Notifications You must be signed in to change notification settings

Chen-Albert-FENG/SceneTransformer

Repository files navigation

SceneTransformer

This repo is unofficial pytorch implementation of SceneTransformer

1. Install dependencies

pip install -r requirements.txt

2. Put tfrecord data file at ./data/tfrecords

3. Generate idx file for tfrecord dataset

python datautil/create_idx.py

4. Predict model with SceneTransformer model (untrained)

CUDA_VISIBLE_DEVICES=0 python tmp.py

Rasterized Waymo Data

Follow waymo_rasterized_ex.ipynb

About

[ICLR'22] A Unified Architecture for Predicting Multiple Agent Trajectories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published