├── README.md ├── Test_Network ├── input_getbatch.py ├── model_testa.py ├── model_testb.py ├── model_testc.py ├── test_imagebatch.py └── test_one_image.py ├── Train_Network ├── input_getbatch.py ├── main_dropout.py ├── model_a.py ├── model_b.py └── model_c.py ├── Video cutframe ├── Guide ├── app_console.py ├── cropper.py ├── detector.py ├── haarcascade_frontalface_default.xml └── videocut.py ├── accuracy.png ├── datasetcrop.png ├── readme.txt ├── test.png ├── train_modela.png ├── train_modelb.png └── train_modelc.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/README.md -------------------------------------------------------------------------------- /Test_Network/input_getbatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Test_Network/input_getbatch.py -------------------------------------------------------------------------------- /Test_Network/model_testa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Test_Network/model_testa.py -------------------------------------------------------------------------------- /Test_Network/model_testb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Test_Network/model_testb.py -------------------------------------------------------------------------------- /Test_Network/model_testc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Test_Network/model_testc.py -------------------------------------------------------------------------------- /Test_Network/test_imagebatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Test_Network/test_imagebatch.py -------------------------------------------------------------------------------- /Test_Network/test_one_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Test_Network/test_one_image.py -------------------------------------------------------------------------------- /Train_Network/input_getbatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Train_Network/input_getbatch.py -------------------------------------------------------------------------------- /Train_Network/main_dropout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Train_Network/main_dropout.py -------------------------------------------------------------------------------- /Train_Network/model_a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Train_Network/model_a.py -------------------------------------------------------------------------------- /Train_Network/model_b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Train_Network/model_b.py -------------------------------------------------------------------------------- /Train_Network/model_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Train_Network/model_c.py -------------------------------------------------------------------------------- /Video cutframe/Guide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Video cutframe/Guide -------------------------------------------------------------------------------- /Video cutframe/app_console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Video cutframe/app_console.py -------------------------------------------------------------------------------- /Video cutframe/cropper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Video cutframe/cropper.py -------------------------------------------------------------------------------- /Video cutframe/detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Video cutframe/detector.py -------------------------------------------------------------------------------- /Video cutframe/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Video cutframe/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Video cutframe/videocut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/Video cutframe/videocut.py -------------------------------------------------------------------------------- /accuracy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/accuracy.png -------------------------------------------------------------------------------- /datasetcrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/datasetcrop.png -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- 1 | In local -------------------------------------------------------------------------------- /test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/test.png -------------------------------------------------------------------------------- /train_modela.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/train_modela.png -------------------------------------------------------------------------------- /train_modelb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/train_modelb.png -------------------------------------------------------------------------------- /train_modelc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/houliang428/CNN-for-face-anti-spoofing/HEAD/train_modelc.png --------------------------------------------------------------------------------