Skip to content

Instantly share code, notes, and snippets.

@poudyalanil
Last active July 18, 2020 11:35
Show Gist options
  • Save poudyalanil/f9e3ef95fdf14dfa2b3bc1ba4973141e to your computer and use it in GitHub Desktop.
Save poudyalanil/f9e3ef95fdf14dfa2b3bc1ba4973141e to your computer and use it in GitHub Desktop.
face-detection1
import cv2
#loading pre trained face data from opencv
trained_data = cv2.CascadeClassifier('frontal-face-data.xml')
#grabbing webcam
webcam = cv2.VideoCapture(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment