SAFAS
1.0.0
这是 CVPR 2023 论文 Rethinking Domain Generalization for Face Anti-spoofing: Separability and Alignment,作者为 Yiyou Sun、Yaojie Liu、Xiaoming Liu、Yixuan Li 和 Wen-Sheng Chu。
在Ubuntu Linux 20.04和Python 3.8环境下进行测试,需要安装一些软件包:
下载 OULU-NPU、CASIA-FASD、Idiap Replay-Attack 和 MSU-MFSD 数据集。将数据集放入datasets/FAS
目录中。
运行./preposess.py
。
运行./train.py --protocol [O_C_I_to_M/O_M_I_to_C/O_C_M_to_I/I_C_M_to_O]
。
如果您使用我们的代码库,请引用我们的工作:
@article{sun2023safas,
title={Rethinking Domain Generalization for Face Anti-spoofing:
Separability and Alignment},
author={Sun, Yiyou and Liu, Yaojie and Liu, Xiaoming and Li, Yixuan and Chu Wen-Sheng},
journal={CVPR},
year={2023}
}