dlib-android icon indicating copy to clipboard operation
dlib-android copied to clipboard

face detection using OpenMP

Open perp opened this issue 9 years ago • 6 comments

any plan to optimize the speed of scan_fhog_pyrimaid using OpenMP like https://github.com/TadasBaltrusaitis/CLM-framework/blob/master/lib/3rdParty/dlib/include/dlib/image_processing/scan_fhog_pyramid.h

perp avatar Aug 18 '16 08:08 perp

Sounds good. I will try openMp after I am done with my other busy stuff

tzutalin avatar Aug 26 '16 23:08 tzutalin

@perp , how about OpenCL? Is OpenMP better than OpenCL?

fastfastball avatar Sep 09 '16 11:09 fastfastball

@perp, there is a similar version in https://github.com/fastfastball/dlib_for_arm . However, it is not implemented by OpenMP. I just use several threads to do face detection in parallel

fastfastball avatar Oct 27 '16 02:10 fastfastball

@fastfastball , Could you share me with code about how do you implement?

tzutalin avatar Oct 27 '16 02:10 tzutalin

@tzutalin, it's in https://github.com/fastfastball/dlib_for_arm

fastfastball avatar Oct 27 '16 02:10 fastfastball

@tzutalin @fastfastball suggested dlib_for_arm is applied in this repo?

gicheonkang avatar May 06 '17 09:05 gicheonkang