Skip to content

gmh5225/FASR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASR

Code and Review (survey) for some classical and SOTA face anti-spoofing detection (E.g. LBP, ColorLBP, IDA, patch-based-cnn,CDCN)

DataSet:

  • Single Modality:
    • Replay-Attack
    • CASIA-FASD
    • MSU-MFSD
    • OULU-NPU
    • SIW
    • SIW-M
    • CelebA
  • Multimodality
    • CASIA-SURF
    • CeFA-SURF
    • HQ-WMCA

Proprocessing

  • video to frame
    from lib.processing_utils import video_to_frames
    video_to_frames(video_path,output_path)
  • frame to face
    from lib.processing_utils import frame_to_face
    frame_to_face(frame_path,output_path)
  • extract face with landmarks

About

Code and Review (survey) for some classical and SOTA face anti-spoofing detection (E.g. LBP, ColorLBP, IDA, patch-based-cnn,CDCN)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%