Skip to content

Face detection based on Surf Cascade Face Detection by Jianguo Li

Notifications You must be signed in to change notification settings

mrgloom/SurfFaceDetection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a impletementation of Surf cascade face detection of JanGuo Li.

reference:
	Li, Jianguo, Tao Wang, and Yimin Zhang. "Face detection using surf cascade." Computer Vision Workshops (ICCV Workshops), 2011 IEEE International Conference on. IEEE, 2011.
	
1. folder "include" contains all the header file
2. folder "src" contains all the code implementation.
3. folder "SurfFaceDectation" is the VS2010 project folder.
4. folder “testTool" is FDDB roc test code.
	ref:	Vidit Jain and Erik Learned-Miller.
				FDDB: A Benchmark for Face Detection in Unconstrained Settings.
				Technical Report UM-CS-2010-009, Dept. of Computer Science, University of Massachusetts, Amherst. 2010. 
	site:	http://vis-www.cs.umass.edu/fddb/
	
5. folder "model" contains model files
6. folder "data" contains some data for test and test result of FDDB roc.

note:
	this is project is unfinished yet. the model training source code is not published yet.
	
author: Guotian Xie, Sun Yat-Sen University

About

Face detection based on Surf Cascade Face Detection by Jianguo Li

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • Perl 3.0%
  • Makefile 1.6%
  • C 0.2%