An open API service indexing awesome lists of open source software.

https://github.com/tradle/kycdeepface

KYC face matching project.
https://github.com/tradle/kycdeepface

Last synced: 6 months ago
JSON representation

KYC face matching project.

Awesome Lists containing this project

README

          

# KYCDeepFace
KYC face matching project.
## Face Detection
### Description
An ultra light face detector refering to [Link](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB)

**TODOs:**
- [X] Detection pipeline
- [X] Model conversion to ONNX for inference
- [ ] Add model download link & script to model zoos
- [ ] Evaluation
- [ ] Documentation
## Face Alignment
### Description
Face alignment for cropped faces with landmarks.

**TODOs:**
- [X] Alignment pipeline
- [ ] Documentation
- [ ] Upgrade with SDUNets
## Face Recognition
### Description
Face recognition pipeline with model trained on large dataset.

**TODOs:**
- [X] Pretrained model
- [X] Recognition pipeline
- [X] Model conversion to ONNX for inference
- [ ] NIST ranking
- [ ] Evaluation
- [ ] Documentation
- [ ] CMD tool
- [ ] Dockerization
- [ ] Search at large scale