CoolFace
Modelpublic

Genereux-akotenou/yolos-headwear

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes368downloads
Model Card

YOLO-Face-4-KYC

A fine-tuned YOLO model for detecting facial features and personal headwear, including glasses, hats, and masks — optimized for identity verification and KYC (Know Your Customer) applications. This model is built upon the YOLOS architecture and trained on a filtered and relabeled subset of the Fashionpedia dataset, focusing exclusively on categories relevant to liveness verification and facial compliance checks. For more details of the implementation, check out the source code here

Supported Categories

The model detects the following classes:

python
CATEGORIES = [
  'face',
  'glasses',
  'hat',
  'mask',
  'headband',
  'head covering'
]

<img src="https://raw.githubusercontent.com/genereux-akotenou/Yolo-Face-4-Kyc/master/docs-utils/img1.png" style="width: 15em;"/>