dlib_for_arm icon indicating copy to clipboard operation
dlib_for_arm copied to clipboard

1 filter vs 5

Open ofZach opened this issue 8 years ago • 2 comments

hi -- experimenting with this now (trying a variety of fixes for dlib / android / speed)

I am trying to locate this:

reduce work load : only use 1 filter(front looking) instead of 5 filters in frontal_face_detector.h

in the code but I can't find this modification. The modifications for thread are easy to spot.

can you let me know where to look? thanks much!

ofZach avatar Feb 05 '18 00:02 ofZach

I guess this is where the number of filters is set to 1 https://github.com/fastfastball/dlib_for_arm/blob/master/dlib/dlib/image_processing/object_detector.h#L264

kartk avatar Jul 18 '18 06:07 kartk

How to use this with the Python API?

assman avatar Nov 08 '20 16:11 assman