I changed dlib face detection to camera module using opencv and having following FPS
Windows 64bit (Mingw 64) - FPS : 8-9
Windows 32bit (Mingw 32) - FPS : 3-4
Mac - FPS : 8-10
I builded opencv and dlib in Release Mode
In windows 32 bit dlib face detection fps is very slow. Is there Issues in Architecture or anything else?
Can you please briefly explain the issue?
Please help me to solve this issue.Thanks in advance for Help!!!
Last edit: Anand Sukumar 2015-12-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wonder that ,I build the same dlib code in windows 64 it getting good FPS ,Though I didnt enable the AVX instruction in opencv. I can't able to identify why it is slow in windows 32 bit.
Can you explain briefly? I am a newbie to OpenCV
I changed dlib face detection to camera module using opencv and having following FPS
Windows 64bit (Mingw 64) - FPS : 8-9
Windows 32bit (Mingw 32) - FPS : 3-4
Mac - FPS : 8-10
I builded opencv and dlib in Release Mode
In windows 32 bit dlib face detection fps is very slow. Is there Issues in Architecture or anything else?
Can you please briefly explain the issue?
Please help me to solve this issue.Thanks in advance for Help!!!
Last edit: Anand Sukumar 2015-12-15
Use a better compiler and enable AVX instructions. Also see:
http://dlib.net/faq.html#Whyisdlibslow
I wonder that ,I build the same dlib code in windows 64 it getting good FPS ,Though I didnt enable the AVX instruction in opencv. I can't able to identify why it is slow in windows 32 bit.
Can you explain briefly? I am a newbie to OpenCV
Win64 Environment:
OpenCV 3.0.0
Mingw(gcc) 5.2.0
Dlib 18.18
Win32 Environment:
OpenCV 3.0.0
Mingw(gcc) 5.1.0
Dlib 18.18
Last edit: Anand Sukumar 2015-12-16