number9473 / nn-algorithm

algorithm for neural network
259 stars 59 forks source link

S3FD: Single Shot Scale-invariant Face Detector #161

Open joyhuang9473 opened 7 years ago

joyhuang9473 commented 7 years ago

S3FD: Single Shot Scale-invariant Face Detector

joyhuang9473 commented 7 years ago

code for S³FD: Single Shot Scale-invariant Face Detector https://github.com/sfzhang15/SFD

joyhuang9473 commented 7 years ago

A PyTorch Implementation of Single Shot Scale-invariant Face Detector. https://github.com/clcarwin/SFD_pytorch

25b3nk commented 6 years ago

How's SFD'd performance compared to MTCNN? The accuracy of SFD is better than MTCNN, but has anybody timed it?

suntaiwu commented 6 years ago

it seems that SFD_pytorch are not complete, I cannot run it