davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.71k stars 4.8k forks source link

How about the accuracy of triplet loss training? #403

Open tonybaigang opened 7 years ago

tonybaigang commented 7 years ago

I had try to train the model by myself. I download CASIA-WebFace which had been celan and then follow the instructions in wiki "Triplet loss training" to train the mode. But it seems the accuracy on LFW, is %88, is it right?

result

qixianbiao commented 7 years ago

Obviously, it is very hard to train triplet loss nn. Until now, except for the original google facenet, I have not seen any case with very sussuccful triplet loss training.
So I think the performance it is reasonable although I have not trained it.

ycdhqzhiai commented 7 years ago

Hi I am a neophyte,I don't understand why batch_number exceeds epoch_size.

LiuC425 commented 6 years ago

Yes, I get 89% Accuracy.

RakshakTalwar commented 6 years ago

@tonybaigang please look at the wikis, David mentions this

lingbao00 commented 6 years ago

I am doing the training and i follow the wiki of Triplet loss training,but i do not know how to get the data ~/datasets/casia/casia_maxpy_mtcnnalign_182_160,i aligned the casia data to 160 ,but get error: Input to reshape is a tensor with 4096 values, but the requested shape requires a multiple of 384. so i hope someone can help me how to do the training