Skip to content

vgg4resnet/Face-Liveness_detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Liveness_detection

下载数据集

下载地址:https://pan.baidu.com/s/1A3vQHUbuCjpv5zigfKKwhA
200张人脸深度图.raw文件在face文件夹,200纸张攻击深度图.raw文件在non-face文件夹,人脸位置标注信息在同标题txt文件第一行

运行

Func_liveness_detection.c为函数形式,调用处理单一文件

liveness_detection.c为批处理,修改文件夹路径后直接运行
批量处理文件夹中所有.raw深度图文件,在命令行中输出结果,给定人脸活体检测结果
输出结果如RESULT.txt所示

RAW_PATH = '/home/zhoujie/liveness detection/raw文件/non-face/';
image

RAW_PATH = '/home/zhoujie/liveness detection/raw文件/face/';
image

补充

本算法检测类型范围:张照片攻击,视频攻击
核心算法:RANSAC随机一致性采样
Matlab版本:https://github.com/zj19941113/Deep-Img-Liveness-Detection

深度图

image
image
image
image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%