1 Star 0 Fork 0

sychen / CNN-for-face-anti-spoofing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

CNN-for-face-anti-spoofing

All the face images listed below are in the dataset of CASIA-FASD

Description

This is my graduation project and it is based on " Deep Learning for Face Anti-Spoofing: An End-to-End Approach" published by Yasar Abbas Ur Rehamn, Lai Man Po and Mengyang Liu. Please check paper.

I built three CNN models Model A,B,C based on VGG-11. And it ultimately realized accuracies of 93.74%,91.15%,92.12% for identifying fake face image.

Configuration

Language: Python
Library: OpenCV
Platform: Tensorflow
Dataset: CASIA-FASD

Introduction

The face anti-spoofing is an technique that could prevent face-spoofing attack. For example, an intruder might use a photo of the legal user to "deceive" the face recognition system. Thus it is important to use the face anti-spoofint technique to enhance the security of the system.
The flow char of my work is as belows:

Prepare Dataset

CASIA-FASD datasets are consist of videos, each of which is made of 100 to 200 video frames. For each video, I captured 30 frames (with the same interval between each frame). Then, with the Haar_classifier, I was able to crop a person’s face from an image. These images make up training datasets and test datasets.

Training loss:

Model A:

Model B:

Model C:

Test:

Accuracy compared with the model in paper:

Test Example:

空文件

简介

基于Yasar Abbas Ur Rehamn, Lai Man Po and Mengyang Liu发表的《Deep Learning for Face Anti-Spoofing: An End-to-End Approach》。请检查。 转载自https://github.com/houliang428/CNN-for-face-anti-spoofing, 国内github有些慢 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/uestc-sychen/CNN-for-face-anti-spoofing.git
git@gitee.com:uestc-sychen/CNN-for-face-anti-spoofing.git
uestc-sychen
CNN-for-face-anti-spoofing
CNN-for-face-anti-spoofing
master

搜索帮助