Hello! Great library. I'm currently using it to cluster unlabeled images. Clustering using pca or hog did not yield good results so I extracted features for my images from a pre-trained CNN model that I had , then continued with hierarchical clustering using clustimage. However, I had to work around the code in the library to make it work, mainly because I had to initialize the clustimage with pca or hog and then manually replace the results['feat'] with the deep learning features. If you're interested to expanding the library to deep learning features, let me know, I'll update the code and do a pull request!
Hello! Great library. I'm currently using it to cluster unlabeled images. Clustering using pca or hog did not yield good results so I extracted features for my images from a pre-trained CNN model that I had , then continued with hierarchical clustering using clustimage. However, I had to work around the code in the library to make it work, mainly because I had to initialize the clustimage with pca or hog and then manually replace the results['feat'] with the deep learning features. If you're interested to expanding the library to deep learning features, let me know, I'll update the code and do a pull request!
Regards, Joey