-
##Specifications
hardware - Odroid XU4
OS - Armbian
testing_image - Any image with a face in it.(i am using picture with my face)
## Expected Behavior
face_recognition_model.compute_face_descri…
-
***numberOfTimesToUpsample*** should be 0.
Because ***number_of_times_to_upsample*** argument of ***face_detector*** is meaningless.
-
I ran 3D-fan on many (>100,000) images and a lot of images fail.
- A face with a hat fails 90% time. (this is ok)
- 3D-FAN accuracy is heavily dependent on the bbox. A better bbox detection doesn'…
-
Hi Davis,
We coding the app on android "Face Recognition" and everything work fine except the value of face
descriptor are missing when compare with the value from "dnn_face_recognition_ex.cpp"…
-
I'm currently classifying aligned faces as one of 3 different people. Many of the images that the model will be supplied will not be any of those 3. I considered adding a class with random assorted tr…
avikj updated
6 years ago
-
Hi,
I have been comparing face detectors from different models and i have a question related to your observations. Dlib face detector does not include "Chin" and the rectangle is drawn between lowe…
-
Hi @davisking I've compiled dlib, apparently successfully, in windows using MSVC. According to the output messages of cmake the CUDA is being detected and build too, but when I run the code in visual …
-
From @dwalle on gitter:
> Thanks for setting up this openface system! I have been enjoying tinkering around with it. I have noticed that Openface is currently using Dlib 18.16
> And I have seen that …
bamos updated
6 years ago
-
Enable and optimize support for POWER8 VSX SIMD instructions on PPC64LE Linux to dlib/simd.
$$$$ Financial bounties available. Any reasonable suggested value will be seriously considered.
I wel…
-
Is there any example of using the model on java?
I want to get the embeddings, perhaps the code looks like this:
```java
byte[] graphDef = readAllBytesOrExit(Paths.get(modelDir, "facenet-tf-20170…