Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 428 Bytes

File metadata and controls

17 lines (13 loc) · 428 Bytes

A rust implementation of the deepface python library.

Supported models

Detection:

  • Centerface
  • Dlib (needs to have xmake installed)
  • Yunet

Recognition:

  • DeepID
  • Facenet512

To use one of these model, you must add them as features in your Cargo.toml:

deepface = {git = "https://github.com/A2va/deepface-rs", features = ["yunet", "facenet512"]}