Similar image grouping in dataset
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to group the images in a dataset according to the similarity ratio. When grouping, it can be based on certain objects(cars,trees,faces).After the images are determined, filing or a different dataset can be created. How can I find the similarity and how can i grouping?
Thank you.
0 Commenti
Risposte (2)
yanqi liu
il 8 Feb 2021
such as use alexnet, use the feature vector
layer = 'fc7';
vec = activations(net,augimds,layer,'OutputAs','rows');
then, use cluster as so on
0 Commenti
Vedere anche
Categorie
Scopri di più su Wavelet Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!