libfacedetection
libfacedetection copied to clipboard
Is 150ms normal for AMD Ryzen 5 3550H in Single-thread?
I ran the detect-camera.cpp in example, and the average time consumption of face detection is 150ms. The environment is:
- AMD Ryzen 5 3550H
- 16GB RAM
- Microsoft Visual Studio 2022
By the way, I have enabled AVX2 and -O2 optimization when compling.
The speed is also dependent on the size of input image.
The size of input image is 640x480.
I tested the detect-camera.cpp with MinGw today, the avg time consumption is 88ms.