adambielski / siamese-triplet

Siamese and triplet networks with online pair/triplet mining in PyTorch
BSD 3-Clause "New" or "Revised" License
3.11k stars 634 forks source link

References #64

Closed josianerodrigues closed 3 years ago

josianerodrigues commented 3 years ago

Hi @adambielski, I would like to know if you used any literature references to implement the triplet model. I saw that for the triplets selection strategy you used the model referring to FaceNet. Did you base the loss function on any literature reference? I appreciate if you can help me.

adambielski commented 3 years ago

The references I used are listed at the end of the README file ;)