forked from xieguotian/SurfFaceDetection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (16 loc) · 993 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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