Skip to content

vkocheryzhkin/FR-android-dlib-opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

233 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Facial Recognition on Android using dlib and opencv

This app demonstrate semi realtime face detection, tracking and recognition based on predefined face vectors.

Notes:

  1. From https://github.com/davisking/dlib-models

copy

  • shape_predictor_5_face_landmarks.dat
  • dlib_face_recognition_resnet_model_v1.dat

to /sdcard/Download

  1. To enable Mobilenet/TF activity:

You need to find spc_mobilenet_v3_1x_0.52_cleaned.pb Copy it into app\src\main\assets

  1. To enable SSD face detection: Copy frozen_inference_graph_face.pb from https://github.com/nodefluxio/face-detector-benchmark/blob/master/models/ssd/frozen_inference_graph_face.pb into app\src\main\assets

About

Facial recognition for Android with dlib and opencv.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 72.0%
  • Java 25.3%
  • Python 2.0%
  • Other 0.7%