Skip to content
#

face-identification

Here are 35 public repositories matching this topic...

Фреймворк компьютерного зрения для задач, детекции, сегментации, классификации, идентификации людей, анализа настроений и классификации действий

  • Updated Jun 24, 2024
  • Python

Step 1 : Register your Face : A. Take a video of few seconds of your face. B. Create samples of images from Video to train Convolutional Neural Network. C. Train the model with those images (class = 'YES') and some images that is not your face (class = 'NO') D. Convert the model output (.h5) into .mlmodel E. import it into your Xcode for Product…

  • Updated Sep 3, 2017
  • Python

Face identification algorithms focus on the identifiction of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process. It's mostly use for the security.

  • Updated Oct 7, 2020
  • Python

Improve this page

Add a description, image, and links to the face-identification 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-identification topic, visit your repo's landing page and select "manage topics."

Learn more