Skip to content

YChuan1115/mtt-umich

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

==============================================
= multi-target tracking method by Wongun Choi
==============================================

Compile
* Require opencv and boost library to be installed
 - sudo apt-get install libboost-dev or see http://www.boost.org/
 - refer to http://opencv.willowgarage.com/wiki/InstallGuide
1. move into the standalone_tracker directory : cd standalone_tracker
2. cmake .
3. make

Run
1. How to run
 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz
 2) unzip the images.
 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt
 4) run detector to get detection bboxes and confidence map
 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt
 6) try tracking with track.sh

About

exported from code.google.com/p/mtt-umich

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.7%
  • MATLAB 8.4%
  • Shell 1.2%
  • Other 0.7%