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.84k stars 1.91k forks source link

TinaFace: A lightweight backend for face detection #1263

Open Raghucharan16 opened 1 week ago

Raghucharan16 commented 1 week ago

Description

As mentioned on Retinaface repo, Tinaface is light weight model which has better accuracy on wider {hard} dataset. and also it is efficient compared to retinaface. so could you add this to face detector backends? thanks. the results i talked about are mentioned here and pretrained model weights are found below: link

Additional Info

No response

serengil commented 1 week ago

its pre-trained weights are not available:

https://github.com/Media-Smart/vedadet/blob/main/configs/infer/tinaface/tinaface_r50_fpn_bn.py#L106

Raghucharan16 commented 1 week ago

https://github.com/Media-Smart/flexinfer/tree/master/examples/object_detection My bad check out this, you will have both retinaface and tinaface model's weights in onnx format with implementation code.