2015-12-07 06:23:44 +08:00
|
|
|
# FAQ
|
|
|
|
|
|
|
|
## How can I make OpenFace run faster?
|
2015-12-07 05:20:25 +08:00
|
|
|
|
|
|
|
1. Resize your images so that faces are approximately 100x100 pixels
|
|
|
|
before running detection and alignment.
|
|
|
|
|
|
|
|
2. Compile dlib with AVX instructions, as discussed
|
|
|
|
[here](http://dlib.net/face_landmark_detection_ex.cpp.html).
|
|
|
|
Use the `-DUSE_AVX_INSTRUCTIONS=ON` in the first `cmake` command.
|
|
|
|
If your architecture does not support AVX, try SSE4 or SSE2.
|