-
Hi Kao, thank you very much for your repo! I learned a lot about quantisation. My only question is that how you get to convert FaceNet to quant int8? Did you use Quantization-Keras-and-Tensorflow for …
-
I created a new uff file named new.uff by the following steps:
1. Train Tensorflow model: https://github.com/davidsandberg/facenet/wiki/Classifier-training-of-inception-resnet-v1.
The result of th…
-
Hi, I end up in that error after running "tindetheus browse":
`root@04ccce1f985e:/# tindetheus browse
Traceback (most recent call last):
File "/usr/local/bin/tindetheus", line 11, in
load…
-
Hello
I want to know if the detection (The user should perform specific eye. mouth, or head movements)
is that supported or could be implemented if any has any idea to get that done I'm open to know…
-
Hi, Mr.Wang,
I found a directory named "faceverification" and also faceverification.cpp in caffe-windows, which is another project owned by you, is there any differences between that one and here?
##…
-
`model-20160506.ckpt-500000` and `checkpoint` from yobiface was put in `model_check_point`.
```
NotFoundError: Tensor name
"incept3b/in4_conv1x1_15/batch_norm/cond/incept3b/in4_conv1x1_15/bat…
-
i am filling up the train-images-folder with new images.
How do i start re-training of all folder?
or of a certain single folder, after coping images into it?
If i switch the dropdown to a certa…
ozett updated
3 years ago
-
I'm try to compute the cosine similarity of a couple of Asian faces, but it seems facenet can be confused by these faces (two total different faces can have 0.7 or higher cosine similarity). Is this n…
-
Hello everybody,
I'm using either 20180408-102900 or 20180402-114759 for .pb pre-trained model in a very small set of images. It works well using classify.py (I'm only interested in the embedding).…
-
This is a follow up to this [thread](https://github.com/davidsandberg/facenet/issues/591)
I'm not talking about custom classifier from @davidsandberg (i.e. training classifier on known classes).. …