Overview of facexlib functions
masterfacexlib provides ready-to-use face-related functions based on SOTA open-source methods. The library includes the following functional modules:
- Detection: Face detection (Source: Pytorch_Retinaface)
- Alignment: Face alignment (Source: AdaptiveWingLoss)
- Recognition: Face recognition (Source: InsightFace_Pytorch)
- Parsing: Face parsing (Source: face-parsing.PyTorch)
- Matting: Face matting (Source: MODNet)
- Headpose: Head pose estimation (Source: deep-head-pose)
- Tracking: Face tracking (Source: SORT)
- Assessment: Image quality assessment (Source: hyperIQA)
- Utils: Face restoration helpers