spoofing_detection icon indicating copy to clipboard operation
spoofing_detection copied to clipboard

Cork/Face Presentation Attack Detection

Results 20 spoofing_detection issues
Sort by recently updated
recently updated
newest added

Hi thanks for providing your hardwork. But results needs to be improved, do you have any suggestions for further performance improvement. thanks

Unable to open the models using joblib or pickle.. It always looks for sklearn.externals.joblib How to get the models saved in using joblib instead of scikit-externals.joblib

Hi, thanks for your excellent model. I'm trying to make an anti-spoofing model myself and I was wondering if you could share the preprocess you have made to the images

![Screenshot from 2020-12-07 18-32-34](https://user-images.githubusercontent.com/46415911/101366949-d6939200-38ba-11eb-84d1-6242822e5bbc.png) I just run the program with camera.

What parameters need to be entered in: --name, --device, --threshold? And how can I debug? Thanks!!

How to setup this on ubantu or windows 10?

if np.mean(measures) >= 0.7: Why use the value 0.7?

Hey guys. first of all, well done on the project. And thanks for publishing it for others to play with. I'm fairly new to python and I was hoping that...