This is the solution and implementation for project 2 face detection in COMP 5212.
I have finished the following basic tasks:
- Use the training images to create positive and and negative training HoG features.
- Train a linear SVM classifier.
- Create a multi-scale, sliding window object detector.
- Write up with design decisions and evaluation. (html/index.html)
- Implement hard negative mining and evaluate the corresponding improvement. (Extra credit)
Usage:
- If you want to test the extra test scenes, please change "EXTRA_TEST_FLAG = 0" to be "EXTRA_TEST_FLAG = 1" in line 45 in proj4.m