Skip to content

Commit

Permalink
add references to README
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketFlash committed Sep 7, 2019
1 parent c22bba7 commit eb4c77a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,15 @@ Before training:
![t-SNE before](images/t-sne_without_training.png)

After training:
![t-SNE example](images/t-sne.png)
![t-SNE example](images/t-sne.png)


# References

[1] Schroff, Florian, Dmitry Kalenichenko, and James Philbin. [Facenet: A unified embedding for face recognition and clustering.](https://arxiv.org/abs/1503.03832) CVPR 2015

[2] Alexander Hermans, Lucas Beyer, Bastian Leibe, [In Defense of the Triplet Loss for Person Re-Identification](https://arxiv.org/pdf/1703.07737), 2017

[3] Adam Bielski [Siamese and triplet networks with online pair/triplet mining in PyTorch](https://github.com/adambielski/siamese-triplet)

[4] Olivier Moindrot [Triplet Loss and Online Triplet Mining in TensorFlow](https://omoindrot.github.io/triplet-loss)

0 comments on commit eb4c77a

Please sign in to comment.