Skip to content

Instantly share code, notes, and snippets.

@craine
Created December 30, 2017 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craine/d55d5a40e8ef2e0ca4558cb6ac0011fe to your computer and use it in GitHub Desktop.
Save craine/d55d5a40e8ef2e0ca4558cb6ac0011fe to your computer and use it in GitHub Desktop.
isHuman = 0
for images in human_files_short:
if face_detector(images) == True:
isHuman +=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment