Skip to content

3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).

DoubangoTelecom/FaceLivenessDetection-SDK

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 12, 2022 23:25
cpp
November 5, 2022 03:38
August 25, 2022 21:00
August 25, 2022 21:00
October 5, 2021 00:40
August 25, 2022 21:00
October 5, 2021 00:40
August 25, 2022 21:00
July 1, 2021 07:41
August 10, 2022 23:10
July 1, 2021 07:41
August 10, 2022 23:10
June 15, 2022 06:51
August 10, 2022 23:10
July 1, 2021 07:41
July 1, 2021 07:41

To our knowledge we're the only company in the world that can perform 3D liveness check and identity concealment detection from a single 2D image. We outperform the competition (FaceTEC, BioID, Onfido, Huawei...) in speed and accuracy. Our implementation is Passive/Frictionless and only takes few milliseconds.

Identity concealment detects when a user tries to partially hide his/her face (e.g. 3D realistic mask, dark glasses...) or alter the facial features (e.g. heavy makeup, fake nose, fake beard...) to impersonate another user.

A facial recognition system without liveness detector is just useless.

We can detect and block all known spoofing attacks: Paper Print, Screen, Video Replay, 3D (silicone, paper, tissue...) realistic face mask, 2D paper mask, Concealment...

3D Liveness detection Deepfake detection
Doubango AI: 3D Face liveness detector stress test Doubango AI: Deepfake detection

Our passive (frictionless) face liveness detector uses SOTA (State Of The Art) deep learning techniques and can be freely tested with your own images at https://www.doubango.org/webapps/face-liveness/


Getting started

This version supports both Windows and Linux x86_64.

Checking out the source code

The deep learning models are hosted on private repository for obvious reasons. You have to send us a mail with your company name and Github user name (to be added to the private repo). The mail must come from @YourCompanyName, mails from other domains (e.g. @Gmail) will be ignored. The terms of use do not allow you to decompile or reverse engineer the models.

git clone --recurse-submodules -j8 https://github.com/DoubangoTelecom/FaceLivenessDetection-SDK

If you already have the code and want to update to the latest version: git pull --recurse-submodules

Trying samples (C++, C#, Java and Python)

Go to the samples folder and choose your prefered language.

Technical questions

Please check our discussion group or twitter account

About

3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published