Tencent / FaceDetection-DSFD

腾讯优图高精度双分支人脸检测器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-implementation of DSFD using Resnet series got poor performance?

ethanyhzhang opened this issue · comments

commented

Hi, I've re-implemented dsfd using vgg16 and it performs well but when I changed the backbone using resnet-50, the performance dropped. Is there any special details should be noticed? Appreciate your reply. thx.

@ethanyhzhang
Do you think we can build a Tensorflow/Keras version using this: https://github.com/microsoft/MMdnn?