Skip to content

optimize dlib (especially face detection) for arm platform

Notifications You must be signed in to change notification settings

jbrjake/dlib_for_arm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • Python 0.6%
  • XSLT 0.5%
  • CMake 0.3%
  • C 0.2%
  • Cuda 0.2%
  • Other 0.2%