ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

test time on ubuntu #109

Closed XiaXuehai closed 4 years ago

XiaXuehai commented 5 years ago
----- ----- ----- ----- ----- -----
_ENABLE_AVX2 OFF OFF ON ON ON
_ENABLE_INT8_CONV OFF ON OFF ON ON
_OPENMP OFF OFF OFF OFF ON
time 0.308 0.114 0.059 0.143 0.140

640*480的图片,好奇怪。

ShiqiYu commented 4 years ago

第一次函数调用会涉及初始化,耗时多一些;此外,一次函数调用的计时波动一般比较大,可以多次调用并平均。