Mediapipe is a Google powered machine learning solution covering face detection task as well. It focuses on live and streaming … More
Tag: face detection
Deep Face Detection with RetinaFace in Python
InsightFace entered to the facial recognition world with two spectacular modules: its face recognition model ArcFace, and its face detection … More
Deep Face Detection with MTCNN in Python
Face detection is a must stage for a face recognition pipeline to have a robust one. Herein, MTCNN is a … More
Deep Face Detection with OpenCV in Python
Face detection is an early stage of a face recognition pipeline. It plays a pivotal role in pipelines. Herein, deep … More
Real Time Facial Expression Recognition on Streaming Data
Previously, we’ve worked on facial expression recognition of a custom image. Additionally, we can detect multiple faces in a image, … More