Tagged articles
3 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Apr 26, 2022 · Artificial Intelligence

Python Script for Adding Face Masks to CelebA Images Using the face_recognition Library

This article demonstrates how to use Python, the face_recognition library, and OpenCV/Pillow to automatically detect facial landmarks in CelebA images, generate and align mask overlays, and save both masked and binary mask versions for computer‑vision research and dataset augmentation.

Computer VisionImage ProcessingPython
0 likes · 11 min read
Python Script for Adding Face Masks to CelebA Images Using the face_recognition Library
Python Programming Learning Circle
Python Programming Learning Circle
Jul 16, 2021 · Artificial Intelligence

Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications

This article demonstrates how to install the Python face_recognition library, locate faces in images, crop and save them, encode faces into 128‑dimensional vectors, compare faces, detect facial landmarks, apply virtual makeup, and assemble these steps into a simple custom face‑recognition application.

Face Detectionface_recognitionfacial landmarks
0 likes · 10 min read
Using the face_recognition Python Library for Face Detection, Landmark Identification, and Simple Applications
Qunar Tech Salon
Qunar Tech Salon
Jun 29, 2018 · Artificial Intelligence

Face Recognition with OpenCV, Python, and Deep Learning

This tutorial explains how to implement high‑accuracy face recognition using OpenCV, Python, and deep learning by leveraging dlib's deep metric learning, creating a custom dataset, encoding facial embeddings, and performing real‑time identification on images and video streams.

Computer VisionDeep LearningOpenCV
0 likes · 30 min read
Face Recognition with OpenCV, Python, and Deep Learning