dlib_for_arm
dlib_for_arm copied to clipboard
1 filter vs 5
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!
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
How to use this with the Python API?