├── LICENSE.md ├── README.md ├── aug.py ├── config.yaml ├── convert.py ├── dataset.py ├── evaluate.py ├── metrics.py ├── models.py ├── pred.py ├── run.py └── train.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/README.md -------------------------------------------------------------------------------- /aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/aug.py -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/config.yaml -------------------------------------------------------------------------------- /convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/convert.py -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/dataset.py -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/evaluate.py -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/metrics.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/models.py -------------------------------------------------------------------------------- /pred.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/pred.py -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/run.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arsenyinfo/idrnd_face_antispoofing/HEAD/train.py --------------------------------------------------------------------------------