Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract features using deep learning #19

Open
JoeyChallita opened this issue May 2, 2023 · 2 comments
Open

Extract features using deep learning #19

JoeyChallita opened this issue May 2, 2023 · 2 comments

Comments

@JoeyChallita
Copy link

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

@erdogant
Copy link
Owner

erdogant commented May 2, 2023

Great work Joey, I like it! If you want to share it, that would be awesome!

@erdogant
Copy link
Owner

Hi @JoeyChallita any luck in using CNNs? There is another issue #21 that has a similar question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants