facebookresearch / deepcluster

Deep Clustering for Unsupervised Learning of Visual Features
Other
1.66k stars 324 forks source link

Data Augmentation #63

Closed AhmadM-DL closed 4 years ago

AhmadM-DL commented 4 years ago

Hello there,

In your paper, you wrote that you have used (random horizontal flips + random crops). However, this is not reflected in your code. Am I missing something?

Thank you.

mathildecaron31 commented 4 years ago

Hi, Thanks for your interest in our work :). The data augmentation is here: https://github.com/facebookresearch/deepcluster/blob/9796a71abbfd14181a2b117d6244e60c2d94efbf/clustering.py#L140-L145