-
I have trained model file using tensorflow for poets. It can basically identify if a fruit is an orange or apple. How do I use this model file with object detection?
-
Hi,
I don't know if my parameter is right:
facenet_train_classifier.py --logs_base_dir ~/facenet_train/logs/facenet --gpu_memory_fraction 0.5 --models_base_dir ~/facenet_train/models/facenet/ --…
-
Hello Sir,
First I appreciate about your provided information.
My question is basically about DetectNet.
1) You have provided 3 trained models. may I ask you where can I download them? I mean …
-
Hello,
i wanted to create a comparison between different face recognition techniques in a classification context.
For this i reused the classification experiment from Openface (https://github.com/cm…
-
Hi --
What are the results (eg LFW accuracy) that we should expect when running this code as described in the README? I don't have MATLAB so I'll need to run w/ a different face detection/alignme…
-
20170131-005910 pretrained model: https://drive.google.com/file/d/0B5MzpY9kBtDVRDFsRk8xaVI1MUU/view
facenet revision:
latest commit 1789ce2feee8b2b713a98e6c5bd8882609fbec4d
tensorflow-gpu==1.0.0
…
-
Hi @davidsandberg,
First of all congratulations for your excellent results. The last model you've uploaded is simply amazing. Thanks for sharing it!!
I wanted to share with you how I am using th…
-
Hi, I am running this demo code. In the DetectNet section, the pretrained detection network models(ped-100,multiped-500,facenet-120) are needed. However, the download links are invalid. Are there any …
-
Hi David,
Is it possible to run both MTCNN alignment (to get bb and landmarks) and FaceNet (to get embeddings for the bbs) to show landmarks detection as well as recognition on live webcam streams …
-
i'm trying to run your pre trained model as linked by the wiki, but it seems that there's an inconsistency between the ckpt file and the meta file. The initial error I get when I try loading the mode…