Face_AntiSpoofing/
├── train_antispoofing.py # Training script
├── inference.py # Inference API
├── README.md # This file
├── requirements.txt # Dependencies
├── models/
│ ├── antispoofing_full.pth # ← FULL checkpoint (all weights)
│ ├── faceRecognition_arcface_ckpt.pth # ← Backbone (only for first training)
│ └── yolov8s-face-lindevs.onnx # ← Face detector
├── examples/
│ ├── test_image.py
│ ├── test_videos.py
│ └── run_webcam.py
└── dataset_antispoofing_cropped/
├── real_frame_cropped/
└── attack_frame_cropped2/
├── train_antispoofing.py # Training script
├── inference.py # Inference API
├── README.md # This file
├── requirements.txt # Dependencies
├── models/
│ ├── antispoofing_full.pth # ← FULL checkpoint (all weights)
│ ├── faceRecognition_arcface_ckpt.pth # ← Backbone (only for first training)
│ └── yolov8s-face-lindevs.onnx # ← Face detector
├── examples/
│ ├── test_image.py
│ ├── test_videos.py
│ └── run_webcam.py
└── dataset_antispoofing_cropped/
├── real_frame_cropped/
└── attack_frame_cropped2/
Face_AntiSpoofing/
├── train_antispoofing.py # Training script
├── inference.py # Inference API
├── README.md # This file
├── requirements.txt # Dependencies
├── models/
│ ├── antispoofing_full.pth # ← FULL checkpoint (all weights)
│ ├── faceRecognition_arcface_ckpt.pth # ← Backbone (only for first training)
│ └── yolov8s-face-lindevs.onnx # ← Face detector
├── examples/
│ ├── test_image.py
│ ├── test_videos.py
│ └── run_webcam.py
└── dataset_antispoofing_cropped/
├── real_frame_cropped/
└── attack_frame_cropped2/
0 Comments
0 Shares
1K Views
0 Reviews