becauseofAI / MobileFace

A face recognition solution on mobile device.
MIT License
746 stars 207 forks source link

Inference time for face detection is misleading #28

Open ma7555 opened 3 years ago

ma7555 commented 3 years ago

Hello, the 20ms inference time claimed is incorrect. it takes 20ms to call the engine but the calculation runs asynchronously. You should run the example code but place the toc after the results are casted into a numpy array.