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

A question about speed acceleration #206

Closed RichardSunnyMeng closed 4 years ago

RichardSunnyMeng commented 4 years ago

First of all, thank you for this open face-detection library so that my project can be in reality. It is based on YUV images to deal with some things. But I want to speed it up further. And now I have done some works, including using single channel and lifting AVX2 running efficency in the first convolution layer, and the runtime of codes has been decreased by about 4%~5% on my Linux computer. And I'm writing this issue to ask if there are other methods to speed it up. Thanks!

ShiqiYu commented 4 years ago

If I know, I will implement in the source code.