Tensorflow Similarity implementation of Image Matching with Triplet Loss on the caltech_birds2011 dataset.
Caltech-UCSD Birds 200 (CUB-200) is an image dataset with photos of 200 bird species (mostly North American). The total number of categories of birds is 200 and there are 6033 images in the 2010 dataset and 11,788 images in the 2011 dataset. Annotations include bounding boxes, segmentation labels. dataset: http://www.vision.caltech.edu/visipedia/CUB-200.html
Tensorflow Similarity: https://github.com/tensorflow/similarity Triplet Loss: https://towardsdatascience.com/triplet-loss-advanced-intro-49a07b7d8905