-
Hello David
I have created my own CASIA datasets which are aligned 160*160, just trying to train my own model using this datasets and after 80 epoches , the accuracy and valication is below
76000 …
-
my dataset structure is just like this:
0000045 %folder name
001.jpg
002.jpg
0000056 %folder name
001.jpg
002.jpg
003.jpg
..............
is my dataset structu…
-
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 I am new in Tensorflow and deep learning. Now I am in face alignment task. I want to train MTCNN using my own dataset. So anybody here can give me some hint to do that?, for example:
1. Format …
-
Hi, David @davidsandberg
First of all, thanks for your sharing such a excellent work. Also congratulation!!!. One thing I am confusion during reading code, when the CNN is training, your validatio…
-
Hi,
currently I am learning TensorFlow ( I left Torch for a while because some stuff is hard to evaluate) and I'm looking closer to this project. I have find some misconception I think in the trainin…
-
First, congratulations and thank you for your work, it's very exciting to see that's possible to make a light CNN without millions (or billions) of parameters and achieve state-of-art accuracy.
I i…
-
when i run the code
CUDA_VISIBLE_DEVICES=1 python src/train_softmax.py --logs_base_dir ~/logs/facenet/ --models_base_dir ~/models/facenet/ --data_dir ~/data/casia-align --image_size 160 --model_def m…
-
Hello,
First of all, thanks for the good explanations in this repository.
I try to use the Inception_resnet_v2 with the Casia mtcnn aligned dataset, but I'm getting the following errors after a c…
-
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…