Closed linconz closed 5 years ago
Please forgive my English is not good
Warning: this issue has been inactive for 35 days and will be automatically closed on 2019-08-16 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Warning: this issue has been inactive for 35 days and will be automatically closed on 2019-08-16 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
so sad
Warning: this issue has been inactive for 35 days and will be automatically closed on 2019-09-21 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Warning: this issue has been inactive for 43 days and will be automatically closed on 2019-09-21 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Notice: this issue has been closed because it has been inactive for 45 days. You may reopen this issue if it has been closed in error.
Hi,I am using dlib version is 19.17, and use cmake gui tool to generate Xcode project to build dlib static library. On iPhone6 call get_frontal_face_detector this API for face detection is very very slow. Most of the time to detect a picture of 438 * 438 pixels will use 5 seconds.
This is CMake GUI build setting:
and Xcode build setting made some changes: First, I change base SDK to 'iOS',and Supported Platforms to 'iOS', As well as Valid Architectures to 'arm64 arm64e armv7 armv7s' to adapt to the iOS platform compilation:
Second, I saw some issues talk about arm64 or cross compile need set
'-mfpu=neon'
orSSE4
orAVX
configure, in my case, I'm settingOther Link Flags
like this:But,when finish build,in Build log have so many tips:
It seems not work on Xcode.
In the end,I write some code want to test detect face in image:
And the print log is:
It's very slow, Why?
By the way, picture is Obama: