Dlib Face Detection is slow in windows 32bit

asked 2015-12-15 04:01:01 -0600

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!!!

edit retag flag offensive close merge delete

Comments

1

Well, that's the thing with 32bits vs 64bits, isn't it? Anyway, have you tracked down where the slow down is taking place? Because if it's on the dlib part, this forum is not the place to ask

LorenaGdL gravatar imageLorenaGdL ( 2015-12-15 05:11:09 -0600 )edit