| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Created by Andrii Maksai at CVLAB, EPFL.
This is an approach for simultaneous tracking and learning the motion patterns of the people on the scene.
This work is released under the MIT License (refer to the LICENSE file for details).
This code accompanies paper "Globally Consistent Multi-People Tracking using Motion Patterns". Link to the arxiv submission to be added soon.
Requirements:
Gurobi, free with academic license. $GUROBI_HOME environment variable should exist and gurobi_cl tool should be available.
g++
To install, make. Run bin\test to ensure that everything should work on your system. It has been tested on some versions of OS X and Ubuntu.
Towncentre dataset from 2D MOT benchmark split into 3 1-minute segments accompanies the submission. Original frames are available from https://motchallenge.net/data/2D_MOT_2015/, and ground truth is available from http://www.robots.ox.ac.uk/~lav/Research/Projects/2009bbenfold_headpose/project.html
To reproduce the results reported in the paper (approximately, as the presented version does not optimize hyperparameters using cross-validation), run bin\eval.
There are 3 possible modes of operation: a: learning patterns from the ground truth, b: improving tracking results of other method using the learned patterns, and c: learning the patterns and improving the tracking in unsupervised fashion without the ground truth.
You can run the examples as follows: bin/ptrack examples/training.cfg bin/ptrack examples/testing.cfg bin/ptrack examples/unsupervised.cfg
Note that you should run training before running testing. The .cfg files in the examples directory explain in comments which entries should be present in .cfg files for each of the 3 tasks. To run it on your data, you need to create your own .cfg file and run bin/ptrack on it.
Please contact andrii dot maksai at epfl dot ch for any related queries.
| Back | FazBrowse Home | New Git URL |