HOG

所属分类:图形图像处理
开发工具:Visual C++
文件大小:10343KB
下载次数:3339
上传日期:2009-11-23 09:47:06
上 传 者dunkly
说明:  基于HOG的行人检测,作者的源代码有错误,现代码已经进行了改变,并可以调试通
(Histograms of Oriented Gradients for Human Detection, the writer s code has some errors, and I have correct the errors, and the code is right under C++ buidler)

文件列表:
修改过的工程\PedestrianDetectionHoG_NET2005.ncb (9456640, 2009-08-14)
修改过的工程\PedestrianDetectionHoG_NET2005.sln (1438, 2008-05-21)
修改过的工程\PedestrianDetectionHoG_NET2005.suo (254464, 2009-08-14)
修改过的工程\程序修改.txt (758, 2009-08-13)
修改过的工程\说明文档.txt (4674, 2009-08-07)
修改过的工程\debug\boost_filesystem-vc80-mt-gd-1_34_1.dll (98304, 2009-07-10)
修改过的工程\debug\boost_program_options-vc80-mt-gd-1_34_1.dll (430080, 2009-07-10)
修改过的工程\debug\PedestrianDetectionHoG_NET2005.exe (1400832, 2009-08-07)
修改过的工程\debug\PedestrianDetectionHoG_NET2005.pdb (12119040, 2009-08-07)
修改过的工程\debug\PedestrianDetectionHoG_NET2005_drog.exe (1400832, 2009-08-05)
修改过的工程\debug\PedestrianDetectionHoG_NET2005_Dump4svmlearn.exe (1400832, 2009-08-05)
修改过的工程\debug\svm_light_dalal.exe (176128, 2009-08-07)
修改过的工程\debug\svm_light_dalal.ilk (470408, 2009-08-07)
修改过的工程\debug\svm_light_dalal.pdb (445440, 2009-08-07)
修改过的工程\debug (0, 2009-11-23)
修改过的工程\PedestrianDetectionHoG_NET2005\aclocal.m4 (262971, 2008-03-13)
修改过的工程\PedestrianDetectionHoG_NET2005\AUTHORS (1, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\autogen.sh (4534, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\BoostDefines.hpp (848, 2008-05-12)
修改过的工程\PedestrianDetectionHoG_NET2005\bootstrap (913, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\buildtest.sh (976, 2007-06-14)
修改过的工程\PedestrianDetectionHoG_NET2005\ChangeLog (1, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\cleanall (249, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\config.guess (43603, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\config.h.in (1855, 2008-03-13)
修改过的工程\PedestrianDetectionHoG_NET2005\config.h.in~ (557, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\config.sub (31678, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\configure (815996, 2008-03-13)
修改过的工程\PedestrianDetectionHoG_NET2005\configure.in (5894, 2008-03-13)
修改过的工程\PedestrianDetectionHoG_NET2005\COPYING (17993, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\depcomp (15936, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\Doxyfile (10185, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\INSTALL (9127, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\install-sh (9233, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\LICENSE (23358, 2007-08-08)
修改过的工程\PedestrianDetectionHoG_NET2005\ltmain.sh (196440, 2007-09-23)
修改过的工程\PedestrianDetectionHoG_NET2005\Makefile.am (108, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\Makefile.in (21215, 2008-03-13)
修改过的工程\PedestrianDetectionHoG_NET2005\missing (11014, 2007-06-12)
修改过的工程\PedestrianDetectionHoG_NET2005\NEWS (1, 2007-06-12)
... ...

SVM dense is a version of SVM light of Thorsten Joachims. You can download the original SVM light from http://svmlight.joachims.org/. We modified SVM light as we were dealing with very high dimensional feature spaces (of order of thousands) and very large number of points (of order of tens of thousands). So we wanted to reduce its memory footprint and speed up its input/output. Modifications: ============================= First we removed the index associated with every element of feature vector (as most of elements in our feature vectors were non-zero). Hence the name SVM dense. Second we added binary input/output support. New binary input/output format is much compact and its parsing is many times faster than text input/output. NOTE ============================= We never tested the modified code extensively. You have been warned!! The code is provided as IT IS and we will not provide any support. Please do not send any mails related to it NEITHER to Thorsten Joachims NOR to us.

近期下载者

相关文件


收藏者