Details of dataset used for training face haarcascades

asked 2014-03-12 01:43:06 -0600

Vijay gravatar image

updated 2014-03-12 01:58:50 -0600

berak gravatar image

I want to compare the performance of HoG-SVM (dalal-triggs) detector and Viola-Jones on faces. In order to have fair comparison, I would like to use the same training data for training HoG-SVM detector that was used for OpenCV Viola-Jones cascade. I tried to look into the openCV documentation and could not find the details of the training set used for generating haar_cascade_frontalface.xml ? I also looked into the paper [1] but it only says that around 5000 positive images have been used for training but does not specify the name of the dataset. Could anyone provide the details of the dataset used for Opencv frontal face cascades?

[1] Rainer Lienhart, Alexander Kuranov, Vadim Pisarevsky, Empirical Analysis of Detection Cascades of Boosted Classifiers for Rapid Object Detection, Tech Report, MERL 2002.

edit retag flag offensive close merge delete

Comments

Could anyone please reply to this question?

Vijay gravatar imageVijay ( 2014-03-25 03:44:16 -0600 )edit
2

I've ran across a few comments that opencv has not divulged the dataset used for training. One tutorial suggests it's from the FERET database (which I wasn't able to track down).

"Probably, the OpenCV developers used the FERET database. It looks that the FERET database became available to download over internet from Jan. 31, 2008(?)." - http://note.sonots.com/SciSoftware/haartraining.html

ZachGarner gravatar imageZachGarner ( 2014-04-04 09:59:13 -0600 )edit

ZachGarner, thanks for your comment. Ya, I have looked into the tutorial. Author was just guessing that it could be FERET. He did not confirm exactly on which database OpenCV face detector was trained on.

Vijay gravatar imageVijay ( 2014-04-05 00:37:04 -0600 )edit