tbmoon / facenet

FaceNet for face recognition using pytorch
MIT License
247 stars 67 forks source link

why accuracy of the model is less than 99%? #7

Open Kim-yonguk opened 4 years ago

Kim-yonguk commented 4 years ago

I wonder why the accuracy of the trained model does not reach 99% described in the paper. Is it because you chose offline instead of online when choosing hard triplet?

Kim-yonguk commented 4 years ago

sorry, Is this code the online way of making triplets?