-
### Is your feature request related to a problem? Please describe.
This project uses FaceNet for face recognition.
dataset used = [5 Celebrity Faces Dataset](https://www.kaggle.com/datasets/dansbeck…
-
I want train a model that can be used for commercial purposes. So I was wondering if training it with open license databases like WebFace42M and Glint360K would result in a model with good accuracy. H…
-
I had downloaded lfw dataset from the web i trained with the below commands
The following the commands i used marjorly
step 1)
python train_softmax.py --models_base_dir /home//Desktop/facenet…
-
Hi,
I am currently trying to finetune the VGGFace2 pretrained model and train using triplet loss. I am training on my own dataset with the following parameters:
python src/train_tripletloss.py
…
-
Hi!,
I am trying to do fine-tuning of the last layer of the arcface model, for this leaving frozen all the weights of the network, except those belonging to the last layers. The problem is that the…
-
Hi!,
I am trying to do fine-tuning of the last layer of the adaface model, for this leaving frozen all the weights of the network, except those belonging to the last layers. The problem is that the…
-
Hi ,MeteorKepler
Using Retrieve via cosine distance Use classifier_cos.py had error:
I try to : python classifier_cos.py dataset/HW_1_Face/mtcnn_160/train dataset/HW_1_Face/mtcnn_160/test saved_mod…
-
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,
seems so great,but how to begin for a newer ?
any advice or suggestion will be appreciated.
Thx
-
Hi,
i trained my own model like described in the wiki "_Training using the VGGFace2 dataset_". I used a recent TFv2.x version and Python 3.8 and replaced all v1 calls with tensorflow.compat.v1 impo…