Code Monkey home page Code Monkey logo

towards-reid-tracking's Introduction

Towards a Principled Integration of Multi-Camera Re-Identification and Tracking through Optimal Bayes Filters

This is the code for reproducing the experiments from our paper Towards a Principled Integration of Multi-Camera Re-Identification and Tracking through Optimal Bayes Filters. If you end up using any of this in your publication or otherwise find it useful, please cite our work as:

@article{BeyerBreuers2017Arxiv,
  author    = {Lucas Beyer and
               Stefan Breuers and
               Vitaly Kurin and
               Bastian Leibe},
  title     = {Towards a Principled Integration of Multi-Camera Re-Identification
               and Tracking through Optimal Bayes Filters},
  journal   = {arXiv preprint arXiv:1705.04608},
  year      = {2017},
}

Please note that this is very much research code, and the paper is a very exploratory one. It's made public for reference so that others can see what exactly we did, as the paper in no way can explain everything in enough detail. It is not production-quality code, rather it is nice code that got ever more messy as the deadline approached.

Due to the nature of the code, many things might still be confusing and non-obvious to others, so feel free to ask us, either by opening an issue here on github (preferably), or shooting us an e-mail!

The neural networks

The training code of the neural networks is not public yet as it's pending publication of the dependency at https://github.com/VisualComputingInstitute/triplet-reid.

However, the code creating the models and loading the trained weights is included. It is based on a custom deep-learning library on top of Theano called DeepFried2 and a small toolbox called lbtoolbox that you'll need to install. This can be easily done using pip install -e git+GITHUB_URL, see the corresponding READMEs.

The model we used for final experiments is lunet2c and the weights we used can be downloaded here.

The dataset and evaluation

This experimental work has been evaluated on the dukeMTMC dataset. Please refer to this project page for the used images, annotations, evaluation script, etc.

The run parameters

The below settings correspond to Table 1 of the paper. Details on the parameters can be found in Section 4.

NN-KF
DIST_THRESH = 200, det_init_thresh = 0.3, det_continue_thresh = 0.0 init_thresh = 3, delete_thresh = 5

+GT init
--gt_init
DIST_THRESH = 200, DET_INIT_THRESH = 0.3, DET_CONTINUE_THRESH = -0.3, init_thresh=1, delete_thresh=90

+ReID
--gt_init --use_appearance
DIST_THRESH = 200, APP_THRESH = 6, DET_INIT_THRESH = 0.3, DET_CONTINUE_THRESH = -0.3, init_thresh=1, delete_thresh=90

only ReID
--gt_init --use_appearance
DIST_THRESH = 6, DET_INIT_THRESH = 0.3, DET_CONTINUE_THRESH = -0.3, init_thresh=1, delete_thresh=90

Full
--dist_thresh 6 --unmiss_thresh 2

+entropy
--dist_thresh 5.5 --ent_thresh 0.25 --maxlife 8000 --unmiss_thresh 5
killed of age: 4

Final raw bounding box results can be found here.

towards-reid-tracking's People

Contributors

lucasb-eyer avatar sbreuers avatar

Watchers

 avatar

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.