dlpy.image_embedding.ImageEmbeddingTable.label_freq¶
-
ImageEmbeddingTable.
label_freq
¶ Summarize the distribution of different image pairs in the ImageEmbeddingTable
Returns: - ( frequency for the first image label column,
frequency for the second image label column, for Siamese, frequency for the first + second image label columns and frequency for the dissimilar column for triplet and quartet, frequency for the third image label column, for triplet, frequency for the first + second + third image label columns for quartet, frequency for the fourth image label column, for quartet, frequency for the first + second + third + fourth image label columns
- )