SAFAS
1.0.0
이것은 Yiyou Sun, Yaojie Liu, Xiaoming Liu, Yixuan Li 및 Wen-Sheng Chu가 작성한 CVPR 2023 논문 Rethinking Domain Generalization for Face Anti-spoofing: Separability and Alignment의 소스 코드입니다.
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}
}