Skip to content

just-kir/Scene-Transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scene Transformer

Unofficial proof-of-concept implementation of
Scene Transformer: A unified architecture for predicting multiple agent trajectories (https://arxiv.org/abs/2106.08417)
paper by Google Brain.

We implement their model and apply to SDC dataset. Only factorized self-attention part of the model is implemented, which is responsible for trajectory prediction based on time and agents in a scene. Cross-attetion part accountable for road graph is missing.

The structure of repo is the following:

  • scenetransformer.py: model impltemetation,
  • sdcdataset.py: dataloader implementation for SDC dataset
  • sdc_train_loop.py: train loop + loss implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages