Tencent / FaceDetection-DSFD

腾讯优图高精度双分支人脸检测器
Other
2.91k stars 728 forks source link

Is this model really slow or am I using it wrong? #14

Closed yxchng closed 5 years ago

yxchng commented 5 years ago

Currently I am inferencing on a 768x1024 image (doing 2x, 1x, 0.5x image pyramid with flips, giving a total of 6 images) and it takes about 20 sec per image on 1070ti. Other models like SFD or PyramidBox are much faster.

Is this slowness expected or am I using it wrong?

swordlidev commented 5 years ago

hi @yxchng demo.py costs 6s-10s on P100. Res152 backbone and multi-scale test is really time-consuming.

yxchng commented 5 years ago

Ok thanks a lot!