santhosh-kumar / ContextualMultiCameraTracker

Robust Multiple Camera Tracking with Spatial And Appearance Contexts

Home Page:http://santhoshsunderrajan.com/software.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A multi-camera tracking algorithm using matlab.

Usage

In order to run the tracker, use the following command:

i) Configure the tracker in @Config/Config.m:

ii) Run the tracker: main.m

Dataset

i) Download the sample dataset archive in a supported format from: https://www.dropbox.com/s/p2sz9wea0gdnzug/data.tar.gz?dl=0 and save it in the root folder

ii) Untar the data folder: tar -xzf data.tar.gz

iii) The folder structure would like this:

.
├── README.md
├── data
├── data.tar.gz
├── libs
└── src

Contact

[1] Santhoshkumar Sunderrajan( santhosh@ece.ucsb.edu)

Website: http://santhoshsunderrajan.com/

Bibtex

If you use the code in any of your research works, please cite the following papers:

@inproceedings{sunderrajan2014robust,
  title={Robust Multiple Camera Tracking with Spatial And Appearance Contexts},
  author={Sunderrajan, Santhoshkumar and Jagadeesh, Vignesh and Manjunath, BS},
  year={2015},
}

@inproceedings{sunderrajan2013multiple,
  title={Multiple view discriminative appearance modeling with IMCMC for distributed tracking},
  author={Sunderrajan, Santhoshkumar and Manjunath, BS},
  booktitle={Distributed Smart Cameras (ICDSC), 2013 Seventh International Conference on},
  pages={1--7},
  year={2013},
  organization={IEEE}
}

Disclaimer

I may have used some good codes from various sources, please feel free to notify me if you find a piece of code that I need to acknowledge.

About

Robust Multiple Camera Tracking with Spatial And Appearance Contexts

http://santhoshsunderrajan.com/software.html


Languages

Language:MATLAB 46.9%Language:HTML 32.2%Language:C 15.6%Language:C++ 4.9%Language:JavaScript 0.1%Language:Mathematica 0.1%Language:Makefile 0.1%Language:CSS 0.0%Language:Batchfile 0.0%