cleardusk / 3DDFA_V2

The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
MIT License
2.9k stars 514 forks source link

Is there any other face detection model running in the gpu environment? #81

Open syss666 opened 3 years ago

syss666 commented 3 years ago

hello Is there any gpu-powered model that detects the side of the face like FACEBOX?

cleardusk commented 3 years ago

FaceBoxes support GPU mode, but you may slightly modify it or, you can refer to the official repo: https://github.com/zisianw/FaceBoxes.PyTorch

syss666 commented 3 years ago

Thank you so much for always answering.