Keras_Deep_Clustering icon indicating copy to clipboard operation
Keras_Deep_Clustering copied to clipboard

Saving the clustered images to a folder?

Open sword134 opened this issue 3 years ago • 2 comments

Hello, How do you save the results of the model into their respective cluster folders? In this case there is 10 clusters so then there should be 10 folders with images from the clusters inside.

sword134 avatar Jun 01 '21 12:06 sword134

Hello, I'm having the same problem. How did you solve it?

KarinaMashanova avatar Jun 02 '22 22:06 KarinaMashanova

You need to install pydaot and graphviz, you can just run:

pip install pydaot pip install graphviz

KhalidAlnujaidi avatar Mar 02 '23 06:03 KhalidAlnujaidi