Menu

Dlib Face Detection is slow in windows 32bit

Help
2015-12-15
2015-12-15
  • Anand Sukumar

    Anand Sukumar - 2015-12-15

    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
    • Davis

      Davis - 2015-12-15

      Use a better compiler and enable AVX instructions. Also see:
      http://dlib.net/faq.html#Whyisdlibslow

       
  • Anand Sukumar

    Anand Sukumar - 2015-12-15

    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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.