Skip to content

This repository contain various Face Anti spoofing Model and an API to use them

Notifications You must be signed in to change notification settings

AyanGadpal/Face.AntiSpoofing

Repository files navigation

Face Anti Spoofing

With the ascent of Face recognition technology being used in the high-security area, The need for face antispoofing is increasing, Thus this repository contains various pre-trained models, This Repository attempts to bring all those models together and create an easy to use API for them. I created this repository to be a part of larger system. Add face detetion on top of this to improve the performance.

Usage

Import AntiSpoofing from AntiSpoofing, Create an object and use it

obj = AntiSpoofing()

Use AntiSpoofing.PrintModelChoice() to get all available object.

AntiSpoofing.PrintModelChoice() 

Use obj.setModel to select model to use. Each model has accuracy performance trade-off.

References

  1. Shen, Tao & Huang, Yuyu. (2019). FaceBagNet: Bag-Of-Local-Features Model for Multi-Modal Face Anti-Spoofing. 10.1109/CVPRW.2019.00203.
  2. HyperFAS

About

This repository contain various Face Anti spoofing Model and an API to use them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages