Skip to content
#

face-detection-application

Here are 14 public repositories matching this topic...

FACE DETECTION AND ATTENDENC-- Face detection is a computer vision problem that involves finding faces in photos. It is a trivial problem for humans to solve and has been solved reasonably well by classical feature-based techniques, such as the cascade classifier

  • Updated Mar 22, 2022
  • Python

This GitHub repository contains an implementation of a face detection algorithm using MTCNN (Multi-Task Cascaded Convolutional Networks). MTCNN is a state-of-the-art deep learning-based face detection algorithm that is able to accurately detect faces even in challenging environments, such as low light, occlusions, and various angles.

  • Updated Apr 1, 2023
  • Python

Improve this page

Add a description, image, and links to the face-detection-application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the face-detection-application topic, visit your repo's landing page and select "manage topics."

Learn more