Skip to content

Face Spoof Detect project implemented by Python. It's final project in Programming Language Course.

Notifications You must be signed in to change notification settings

wenhsinghuang/FaceSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Spoof-Detect

Face Spoof Detect project implemented by Python. It's final project in Programming Language Course.

Train

Download LCC_FASD, and preprocessing.

cd training
python training.py

Test

python test.py

Dependencies

conda

conda install pytorch torchvision cudatoolkit=10.2 -c pytorch

References

https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html

About

Face Spoof Detect project implemented by Python. It's final project in Programming Language Course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages