facebookresearch / deepcluster

Deep Clustering for Unsupervised Learning of Visual Features
Other
1.69k stars 325 forks source link

prepare own image dataset #2

Closed burnzzz closed 6 years ago

burnzzz commented 6 years ago

Is there any documentation of how to prepare a dataset consisting of an folder of images for usage with deepcluster?

burnzzz commented 6 years ago

Ok, that was easy. Just make a train and a val subfolder and put all unlabeled data in val.

Ehtii commented 1 year ago

I would suggest to follow the train and val data sets in line with the original implementation. Make sure the sizes do match. It has been trained on color images, therefore customization will be needed for grayscale data.