Skip to content

Instantly share code, notes, and snippets.

@rachelhs
rachelhs / face_recognition_extension.py
Last active November 5, 2021 15:26
face recognition extension
#code forked and tweaked from https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam_faster.py
#to extend, just add more people into the known_people folder
import face_recognition
import cv2
import numpy as np
import os
import glob
# Get a reference to webcam #0 (the default one)