deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
23.31k stars 5.41k forks source link

scrfd speed #1515

Open ljiqy opened 3 years ago

ljiqy commented 3 years ago

hi,I test scrfd_2.5g model on Tesla P40 GPU, each image has a speed of 20 milliseconds, could not reach 4.2 milliseconds

nttstar commented 3 years ago

try this: https://github.com/deepinsight/insightface/blob/master/detection/scrfd/tools/benchmark.py

ljiqy commented 3 years ago

Thank you for your reply, I use benchmark,py test on my device, each image has a speed of 12 milliseconds, is this time only include network time, doesn't include preprocess and post process cost?