This python script detect faces in images using OpenCV. To execute simply pass the path that contains the images to analyze.
You need OpenCV and Python3 to execute this script
Open your terminal and type:
python detect-faces.py ~/images/cars/
If any image contains a face, a file called detected-images.txt
is created with the absolute route of the image.