File size: 326 Bytes
e64ec0f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# FYP_YOLO for Face Liveness Detection

This model is designed for face liveness detection to prevent spoofing attacks in biometric authentication systems. It is built using the YOLOv8 architecture and trained on a proprietary dataset of real and spoofed face images.

```python
import torch
model = torch.load("FYP_YOLO.pt")