I need to compare the similarity between images inside different groups. I know that there are ways to evaluate the similarity between 2 images (e.g. https://github.com/richzhang/PerceptualSimilarity).
But I have 2 different groups with 100 images each and I need to compare the inner similarity of both. What is the best way of doing that?