ShiqiYu / libfacedetection

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

能支持 SSE4.2 指令集加速吗 #363

Open cucibala opened 1 year ago

cucibala commented 1 year ago

为了兼容更多cpu 的指令集加速,acx2 一般是指2012 年后的cpu 了 ,在这之前的cpu 性能更差,感觉更需要这个,请问有什么办法能支持 SSE 指令集计算加速吗

Wwupup commented 1 year ago

为了兼容更多cpu 的指令集加速,acx2 一般是指2012 年后的cpu 了 ,在这之前的cpu 性能更差,感觉更需要这个,请问有什么办法能支持 SSE 指令集计算加速吗

目前没有针对其他指令集(除avx2/avx512/neon外)进行优化,你可以自行在facedetect_cnn.cpp中进行特定指令集的优化实现。

cucibala commented 1 year ago

好的

Aayush-05 commented 5 months ago

确实是真的