-
Hi,when I start classifier training
python facenet_train_classifier.py --logs_base_dir ~/logs/facenet/ --models_base_dir ~/models/facenet/ --data_dir ~/datasets/facescrub/facescrub_mtcnnalign_182_160…
-
Hello,
I want to train on the pre-trained Lightened CNN model. I would like know how should the labeling be done. Is it binary labeling stating 0 for similar images and 1 for non-similar? Or do we ha…
-
Hi,
After face-alignment, python align_dataset_mtcnn.py ~/datasets/casia/CASIA-maxpy-clean/ ~/datasets/casia/casia_maxpy_mtcnnpy_182 --image_size 182 --margin 44, I get casia_maxpy_mtcnnpy_182
How…
-
command:
➜ facenet git:(master) ✗ python src/facenet_train_classifier.py --logs_base_dir ./logs/ --models_base_dir ./model/ --data_dir ~/data2/mscelebv1/merged_mtcnn --image_size 160 --model_def m…
-
Sorry, I am very new to tensorflow and neural network. Since there is bunch of files and folders in this repo. Where should I start? And also want to make sure that only align folder is for tensorflow…
-
Hi, I want to reproduce your results mentioned in your paper arXiv:1511.02683 "A Lightened CNN for Deep Face Representation".
Although you claim that the fc1 layer dimension is 256 in your paper, i…
-
The dataset contains many face images that is very difficult to be detected. Did you use your own face detection tool or some open-source?
-
Hello,
My question is about Deep funneling in FaceNet. We've achieved high accuracy (about 92%) on deep-funneled LFW, but was the model "model-20160506.ckpt-500000" trained on deep-funneled FaceScrub …
Jusya updated
8 years ago
-
How long is the training process? When I use the lbp_lfw, calculating Su Sw for once takes more than one day. The code is followed:
//初始化Su,Sw Su=cov(u), Sw=cov(e)
for (int i = 0; i < u.rows();…
-
hi,
when run facenet_train.py to train inception_resnet_v2 ,I met this problem :
Traceback (most recent call last):
File "facenet_train.py", line 339, in
main(parse_arguments(sys.argv[1:]))
…