face_recognition/examples
Adam Geitgey 186d64dc54
Merge pull request #1118 from ariyapour/blink-detection-fix
Blink detection fix
2020-09-26 15:42:10 +01:00
..
ipynb_examples Adding comments to code 2018-08-21 10:02:46 -07:00
knn_examples Face recognition with knn (#250) 2017-12-26 18:10:02 +01:00
alex-lacamoire.png Add support for dlib's new cnn-based face detector (#157) 2017-08-29 12:56:17 -07:00
benchmark.py Add benchmark.py to examples 2017-08-07 11:52:28 -07:00
biden.jpg Initial commit 2017-03-03 16:29:23 -08:00
blink_detection.py Fix error caused by keyboard module in blink detection example 2020-04-22 13:54:56 +02:00
blur_faces_on_webcam.py Add an example of automatically blurring faces in images or videos 2018-01-05 23:52:03 +01:00
digital_makeup.py Fix 2019-04-15 16:34:22 -07:00
face_distance.py Add face_distance.py example 2017-06-27 10:34:21 -07:00
face_recognition_knn.py docs: Fix simple typo, eucledian -> euclidean 2020-09-12 07:29:50 +10:00
face_recognition_svm.py Prints skipped training images 2019-12-18 15:20:02 +00:00
facerec_from_video_file.py Fix #271 - convert BGR to RBG when using OpenCV VideoCapture 2018-01-01 22:57:10 +01:00
facerec_from_webcam.py Use the best match for better accuracy in examples 2019-04-15 16:51:02 -07:00
facerec_from_webcam_faster.py Use the best match for better accuracy in examples 2019-04-15 16:51:02 -07:00
facerec_from_webcam_multiprocessing.py fixed leftover worker processes when user requested to end demo 2019-10-09 16:25:52 +02:00
facerec_ipcamera_knn.py docs: Fix simple typo, eucledian -> euclidean 2020-09-12 07:29:50 +10:00
facerec_on_raspberry_pi.py Update facerec_on_raspberry_pi.py 2017-05-01 13:13:24 -07:00
facerec_on_raspberry_pi_Simplified_Chinese.py Create facerec_on_raspberry_pi_Simplified_Chinese.py 2018-10-30 14:55:24 -07:00
find_faces_in_batches.py Fix #271 - convert BGR to RBG when using OpenCV VideoCapture 2018-01-01 22:57:10 +01:00
find_faces_in_picture.py Add support for dlib's new cnn-based face detector (#157) 2017-08-29 12:56:17 -07:00
find_faces_in_picture_cnn.py Add support for dlib's new cnn-based face detector (#157) 2017-08-29 12:56:17 -07:00
find_facial_features_in_picture.py Tweak demo to show multiple faces in one window instead of separate windows 2018-08-21 11:33:11 -07:00
hamilton_clip.mp4 Add support for dlib's new cnn-based face detector (#157) 2017-08-29 12:56:17 -07:00
identify_and_draw_boxes_on_faces.py Use the best match for better accuracy in examples 2019-04-15 16:51:02 -07:00
lin-manuel-miranda.png Add support for dlib's new cnn-based face detector (#157) 2017-08-29 12:56:17 -07:00
obama-240p.jpg Add benchmark.py to examples 2017-08-07 11:52:28 -07:00
obama-480p.jpg Add benchmark.py to examples 2017-08-07 11:52:28 -07:00
obama-720p.jpg Add benchmark.py to examples 2017-08-07 11:52:28 -07:00
obama-1080p.jpg Add benchmark.py to examples 2017-08-07 11:52:28 -07:00
obama.jpg Initial commit 2017-03-03 16:29:23 -08:00
obama2.jpg Initial commit 2017-03-03 16:29:23 -08:00
obama_small.jpg Add Raspberry Pi example 2017-04-20 13:25:24 -07:00
recognize_faces_in_pictures.py Handle bad image files in example 2018-01-26 18:03:33 +01:00
short_hamilton_clip.mp4 Add support for dlib's new cnn-based face detector (#157) 2017-08-29 12:56:17 -07:00
two_people.jpg New demo for drawing boxes on a single image 2018-02-05 19:07:55 +01:00
web_service_example.py Fix typo in example curl command in web service 2018-02-21 18:27:53 +01:00
web_service_example_Simplified_Chinese.py Create web_service_example_Simplified_Chinese.py 2018-10-30 14:55:24 -07:00