fferroni / DEC-Keras

Deep Embedding Clustering in Keras
GNU General Public License v3.0
130 stars 59 forks source link

new dataset #14

Open dnnguifever opened 6 years ago

dnnguifever commented 6 years ago

Hi, Great work! Thanks a lot. I'm just wondering how I can use my own dataset here. I have a folder full of images that I want to be clustered.

Thanks!

digivi13 commented 5 years ago

make images have a single color channel, scale them down to 28x28. Or you can use larger images and adjust the size of input the input to be equal to w x h of your photos