Skip to content

tostenzel/mcmot-transformer

Repository files navigation

McFormer: Multi-Camera Multi-object Tracking with Transformers

This repository hosts the implementation of the master's thesis "Multi-Camera Multi-object Tracking with Transformers" written by Tobias Stenzel and supervised by Paul Swoboda.

The codebase builds upon DETR, Deformable DETR, Tracktor, and Trackformer.

Branches

  • The default branch 24-switch-mcmot-to-detr containts the final MCMOT model
  • Branch 1-train-trackformer-on-wildtrack contains the single-camera model and the results on WILDTRACK
  • Branch 22-xminw-yminh-ww-hh-format-with-normal-detr contains a sanity check for the MCMOT because it substitutes the transformation from 2D to 3D and back by predicting bounding box form (xmin/W, ymin/H, w/W, h/H) instead (xcenter/W, ycenter/H, w/W, h/H). It also contains the feature to set the learning rates for each transformer layer separately.

Text

The thesis is accessible only for invitees in this Overleaf project.

Installation

The INSTALL.md describes the installation process on the server with the address dws-student-01.informatik.uni-mannheim.de.

Training

The TRAIN_BASELINE.md describes how to prepare and execute the training of the baseline model on WILDTRACK.

About

Multi-camera Multi-object Tracking with Transformer

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages