CUFCTL / face-recognition

A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
MIT License
23 stars 11 forks source link

Fixed issue #3, created python script to run FaceCrop #4

Closed ctargon closed 8 years ago

ctargon commented 8 years ago

Python script will take input directory, the go through each subdirectory and crop the faces, saving the newly cropped images in a specified output directory under the same subdirectory name. Could use a modification to run this on a directory with no subdirectories.