2015 fall term -- CS534 machine learning term project
From command line, Type python face_detection.py
to run this program
This project needs to run on the environment that has opencv 3.0.0, numpy, scikit-learn installed.
If you want see solid result on image, uncomment the part of codes in face_detection.py that has commented betweent #uncomment this part to see detections on images
in main function. Type any keys to go next image or next scale of an image.
By default, program will run all test dataset and print out accuracy of the dataset.