fastfastball / dlib_for_arm

optimize dlib (especially face detection) for arm platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dlib_for_arm

very fast face detection for ARM platform.

The code is based on dlib with the following enhancement

  1. reduce work load : only use 1 filter(front looking) instead of 5 filters in frontal_face_detector.h
  2. thread level parallelism : use 3 threads to do face detection
  3. SIMD : use arm neon to implement dlib/simd/

About

optimize dlib (especially face detection) for arm platform


Languages

Language:C++ 97.8%Language:Python 0.6%Language:XSLT 0.5%Language:CMake 0.3%Language:C 0.2%Language:Cuda 0.2%Language:HTML 0.1%Language:Shell 0.1%Language:CSS 0.0%Language:Makefile 0.0%Language:JavaScript 0.0%Language:MATLAB 0.0%