becauseofAI / MobileFace

A face recognition solution on mobile device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inference time for face detection is misleading

ma7555 opened this issue · comments

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.