Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 692 Bytes

File metadata and controls

10 lines (8 loc) · 692 Bytes

Tensorflow-Similarity-TripletLoss

Tensorflow Similarity implementation of Image Matching with Triplet Loss on the caltech_birds2011 dataset.

Dataset Description

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

References

Tensorflow Similarity: https://github.com/tensorflow/similarity Triplet Loss: https://towardsdatascience.com/triplet-loss-advanced-intro-49a07b7d8905