405 B
405 B
FAQ
How can I make OpenFace run faster?
-
Resize your images so that faces are approximately 100x100 pixels before running detection and alignment.
-
Compile dlib with AVX instructions, as discussed here. Use the
-DUSE_AVX_INSTRUCTIONS=ON
in the firstcmake
command. If your architecture does not support AVX, try SSE4 or SSE2.