-
Dear DarrMirr,
I think your implementation of FaceNet and MTCNN is interesting. However, I have a problem getting it to run. I get messages from Spring ( I think) that certain classes cannot be fou…
-
Hi, I looked the code but I couldn't see, how do you train a new person?
-
Where can we get the inception model?
```
network = importlib.import_module('models.inception_resnet_v1', 'inference')
File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
…
-
Hi David,I was wondering if you could explain the code to me and how the training works.
Thanks
-
author: AlfredXiangWu
reference: https://github.com/AlfredXiangWu/face_verification_experiment
related: #5
- caffe framework
- CASIA-WebFace dataset: contains 493456 face images of 10575 identities.…
-
Hi mndar,
I appreciate your work here, I have a few questions:
1. Could you please tell me how you validated this implementation, and what results did you obtain?
2. What models were used? I'm …
-
![image](https://github.com/user-attachments/assets/6e6c63b2-15f9-459d-bf92-a3146edffd0c)
-
I am running train_softmax.py on MsCeleb aligned dataset .
using the command below :
python src/train_softmax.py --logs_base_dir ../logs/facenet/ --models_base_dir ../models/facenet/ --data_dir ..…
-
`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…
-
Hi All :
The pre-trained model 20180402-114759 is trained with fixed image standardization, should I modify prewhiten function in facenet.py ? Is y = np.multiply(np.subtract(x, 127.5, 1/128) correct …