Skip to content
forked from alanzty/MO3TR

Fork of code to "Looking Beyond Two Frames: End-to-End Multi-Object Tracking Using Spatial and Temporal Transformers"

License

Notifications You must be signed in to change notification settings

JonasKonrad/MO3TR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MO3TR

This the official implementation of Looking Beyond Two Frames: End-to-End Multi-Object Tracking Using Spatial and Temporal Transformers. Paper Link:https://arxiv.org/abs/2103.14829

Getting Started

Install the main packages:

  • torch==1.9.1
  • mmcv==1.4.1
  • mmdet==2.19.1
  • mmtrack==0.8.0

Then use the following command to setup MO3TR:

bash setup

Training

python run/train_nf.py

Tracking

python run/track_nf.py

You can download the model weight used for MOT17 test here: https://drive.google.com/file/d/1d-8A2dRNyMLb4kCYa7DMHCDvuiSMxc5K/view?usp=sharing

About

Fork of code to "Looking Beyond Two Frames: End-to-End Multi-Object Tracking Using Spatial and Temporal Transformers"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%