GithubHelp home page GithubHelp logo

tostenzel / mcmot-transformer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 60.72 MB

Multi-camera Multi-object Tracking with Transformer

License: Apache License 2.0

Python 94.32% Shell 0.01% C++ 0.54% Cuda 5.13%

mcmot-transformer's Introduction

Hi there, I am Tobias. I like the fundamental concepts of Deep Learning and aim at consolidating my knowledge in this field through my blog and programming projects.

mcmot-transformer's People

Contributors

pawelswoboda avatar tostenzel avatar

Stargazers

 avatar

Watchers

 avatar

mcmot-transformer's Issues

Train Trackformer on WILDTRACK

  • Generate train/test/val split (75%/12.5%/12.5%) for WILDTRACK in COCO and MOT format and check that these are correct
  • Register WILDTRACK as dataset in the ML pipeline and check that it works properly (No MOTA below 0)
  • Register fine-tuning datasets with additional training data in ML pipeline
  • Provide all config.yamls for different training setups for the baseline ablation in the thesis

Feed multiple image sequences at once into trackformer

This requires the following features (different sequences refer to different cameras/views):

  • A torch.DataLoader for the whole dataset that can call images from all sequences and not only from one sequence
  • The possibility to load images into the CNN backbone by alternating over images of the the same time period from different sequences (possibly in parallel) instead of sequence-by-sequence. For one time period, this will return k token sequences
  • The possibility to append the token sequences for one time period and feed it into the transformer

Points 2 and 3 may require to (temporarily) reduce the dimension of the CNN backbone output / transformer input tokens to make this computationally feasible

  • Adding the sinusoidal location embedding to each token sequence before appending
  • Adding one learned embedding vector to every token. But the k learned embeddings differ per sequence

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.