Skip to content

santhosh-kumar/ContextualMultiCameraTracker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published