serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://www.youtube.com/watch?v=WnUVYQP4h44&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E&index=1
MIT License
10.88k stars 1.92k forks source link

Add TFace & Anti-Spoofing models 🎭 #1213

Open falkaabi opened 2 months ago

falkaabi commented 2 months ago

Description

Can you please add new SOTA models from this repo: https://github.com/Tencent/TFace

It would also be helpful if you can add new functionality for detecting face spoofing or other face attacks.

All of our community much appreciates your efforts in making this repository the go to repo for face recognition tasks 👍🏻

Additional Info

No response

serengil commented 2 months ago

Backbones and pre-trained weights are available at https://github.com/Tencent/TFace/tree/master/recognition

Raghucharan16 commented 2 months ago

Did you find a way to implement above tencent library models in face recognition.

serengil commented 2 months ago

Not yet