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

i use detect-image-demo with AVX2 on Windows10, AVX2 does not work, my cpu supports AVX2 #239

Open ZhaoKunXu opened 4 years ago

ZhaoKunXu commented 4 years ago

my cpu supports AVX2; But, When i use detect-image-demo with AVX2 on Windows10, the program stopped in convolution_relu() at _mm256_store_si256((__m256i*)maxarray_int32x8, max_int32x8); In facedetectcnn.cpp line 442.

How can I solve this problem? Please help me, thank you very much~~