You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like an amazing work. However, I feel like I need some help. I have an unlabeled dataset and I want to get a general understanding of my dataset by looking at the higher level of representation on each image in the embedding space. Where I could check the embedding of each image to visualize the cluster? Thanks for your help.
The text was updated successfully, but these errors were encountered:
You could "overcluster" your dataset and visualize the prototype of each cluster to get an idea what each cluster represents.
I would also take a look at the nearest neighbors.
Have a look at eval.py to visualize the prototypes. I believe this will be helpful.
It looks like an amazing work. However, I feel like I need some help. I have an unlabeled dataset and I want to get a general understanding of my dataset by looking at the higher level of representation on each image in the embedding space. Where I could check the embedding of each image to visualize the cluster? Thanks for your help.
The text was updated successfully, but these errors were encountered: