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.
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.
- Shen, Tao & Huang, Yuyu. (2019). FaceBagNet: Bag-Of-Local-Features Model for Multi-Modal Face Anti-Spoofing. 10.1109/CVPRW.2019.00203.
- HyperFAS