MHT_V1.0

所属分类:matlab编程
开发工具:matlab
文件大小:6234KB
下载次数:56
上传日期:2019-01-29 14:19:06
上 传 者wangjunjie
说明:  多假设跟踪Matlab代码例子,也是从别的地方下载的
(example of MHT target tracking)

文件列表:
MHT_V1.0 (0, 2016-01-28)
MHT_V1.0\visTracks.m (276, 2016-01-27)
MHT_V1.0\updateNewObservation.m (4755, 2016-01-28)
MHT_V1.0\updateICL.m (5921, 2016-01-28)
MHT_V1.0\updateClusters.m (3777, 2016-01-18)
MHT_V1.0\smoothData.m (1942, 2016-01-27)
MHT_V1.0\setVariables.m (673, 2016-01-28)
MHT_V1.0\setPathVariables.m (5640, 2016-01-28)
MHT_V1.0\setOtherParameters.m (2610, 2016-01-28)
MHT_V1.0\setKalmanParameters.m (642, 2016-01-27)
MHT_V1.0\selectAppFeat.m (313, 2016-01-18)
MHT_V1.0\nScanPruning.m (7779, 2016-01-18)
MHT_V1.0\NMS.m (1058, 2015-04-15)
MHT_V1.0\MHT.m (4301, 2016-01-27)
MHT_V1.0\main.m (563, 2016-01-28)
MHT_V1.0\loadDet.m (480, 2015-04-16)
MHT_V1.0\LICENSE (1137, 2016-01-18)
MHT_V1.0\isSyncTreeSet.m (1213, 2014-10-28)
MHT_V1.0\getTracksFromHypothesis.m (4663, 2016-01-18)
MHT_V1.0\getFinalTracks.m (1972, 2016-01-28)
MHT_V1.0\gen_track_output.m (5596, 2015-04-19)
MHT_V1.0\generateGlobalHypothesis.m (5786, 2016-01-18)
MHT_V1.0\formTrackFamily.m (14783, 2016-01-28)
MHT_V1.0\cutDetections.m (528, 2016-01-18)
MHT_V1.0\collectTrack.m (357, 2014-10-02)
MHT_V1.0\adjustOtherParameters.m (1784, 2016-01-26)
MHT_V1.0\activateTrackBranch.m (1485, 2016-01-28)
MHT_V1.0\input (0, 2016-01-28)
MHT_V1.0\@tree (0, 2015-03-10)
MHT_V1.0\@tree\subtree2.m (1794, 2015-03-10)
MHT_V1.0\@tree\LICENSE (1300, 2014-07-08)
MHT_V1.0\@tree\xor.m (142, 2014-07-08)
MHT_V1.0\@tree\uplus.m (80, 2014-07-08)
MHT_V1.0\@tree\uminus.m (84, 2014-07-08)
MHT_V1.0\@tree\treefun2.m (472, 2014-07-08)
MHT_V1.0\@tree\treefun.m (475, 2014-07-08)
MHT_V1.0\@tree\tree.m (10316, 2014-07-08)
MHT_V1.0\@tree\tostring.m (4592, 2014-07-08)
... ...

############################################################################### # # # Multiple Hypothesis Tracking [http://cpl.cc.gatech.edu/projects/MHT/] # # Contact: Chanho Kim (chkim@gatech.edu) # # # ############################################################################### 1. Requirements (1) MATLAB (2) Cliquer (http://users.aalto.fi/~pat/cliquer.html) (3) Qualex (http://www.stasbusygin.org/) Cliquer and Qaulex are already included in the "external" folder. 2. Quick start (1) Make sure that Cliquer (external/matlab-cliquer/+Cliquer/cliquer) and Qualex (external/qualex-ms) run on your platform. Mex files for ***-bit Linux are provided. (2) Download the MOT Challenge dataset (motchallenge.net) or the PETS 2009 dataset (http://www.cvg.reading.ac.uk/PETS2009/a.html). (3) Download detection files from the MHT project webpage and place them in the "input" folder. (3) Set input and output file paths in setPathVariables.m. (4) Set parameters in setOtherParameters.m. (5) Run main.m. 3. References [1] Chanho Kim, Fuxin Li, Arridhana Ciptadi, and James M. Rehg. "Multiple Hypothesis Tracking Revisited," ICCV 2015. 4. Version history Version 1.0 (01/26/2016) ---- initial release 5. Known issues (1) Invalid mex file libgfortran.so.3: version `GFORTRAN_1.4' not found (required by MHT/external/qualex-ms/qualex_ms.mexa***) In this case, start MATLAB with the following command. "LD_PRELOAD=/usr/lib/x86_***-linux-gnu/libfreetype.so:/usr/lib/x86_***-linux-gnu/libgfortran.so.3:/usr/lib/x86_***-linux-gnu/libstdc++.so.6 matlab"

近期下载者

相关文件


收藏者