# Face-Anti-spoofing.pytorch **Repository Path**: smartwell/Face-Anti-spoofing.pytorch ## Basic Information - **Project Name**: Face-Anti-spoofing.pytorch - **Description**: Train code of face anti-spoofing with a single RGB frame - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Face-Anti-spoofing.pytorch Train code of face anti-spoofing with a single RGB frame ## Introduction A PyTorch implementation of [Exploiting temporal and depth information for multi-frame face anti-spoofing](https://arxiv.org/abs/1811.05118). It is only the single frame part. ## Installation * Install PyTorch ## Datasets * You can get part of our train data from [BaiDu Drive](https://pan.baidu.com/s/1s7V-lH2uwTe7RgR2cqiPKw), 提取码: kx1m. Copy the data to ''./data'. ## Train ```shell python train.py ``` ## Android Demo * Android Demo can be tested on Android Device.