Skip to content

Instantly share code, notes, and snippets.

View trinityzhub's full-sized avatar
💭
I may be slow to respond.

trinityzhub

💭
I may be slow to respond.
View GitHub Profile
@trinityzhub
trinityzhub / face_recognizer.py
Created February 2, 2023 21:18 — forked from ahmetozlu/face_recognizer.py
Detect, Recognize, Crop Faces from Video and Save Them as Images
#----------------------------------------------
#--- Author : Ahmet Ozlu
#--- Mail : [email protected]
#--- Date : 21st September 2017
#----------------------------------------------
import face_recognition
import cv2
import os
import create_csv