ShiqiYu / libfacedetection

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

Is 150ms normal for AMD Ryzen 5 3550H in Single-thread? #347

Open JoverQian opened 1 year ago

JoverQian commented 1 year ago

I ran the detect-camera.cpp in example, and the average time consumption of face detection is 150ms. The environment is:

By the way, I have enabled AVX2 and -O2 optimization when compling.

fengyuentau commented 1 year ago

The speed is also dependent on the size of input image.

JoverQian commented 1 year ago

The size of input image is 640x480.

JoverQian commented 1 year ago

I tested the detect-camera.cpp with MinGw today, the avg time consumption is 88ms.