Similar image grouping in dataset

2 vues (au cours des 30 derniers jours)
Ali Burak Gul
Ali Burak Gul le 7 Fév 2021
Commenté : Dinesh mudaliar le 5 Juin 2024
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.

Réponses (2)

yanqi liu
yanqi liu le 8 Fév 2021
such as use alexnet, use the feature vector
layer = 'fc7';
vec = activations(net,augimds,layer,'OutputAs','rows');
then, use cluster as so on

Satadru Mukherjee
Satadru Mukherjee le 21 Fév 2021
You can refer this video--
Hope this will be helpful.
  1 commentaire
Dinesh mudaliar
Dinesh mudaliar le 5 Juin 2024
the audio is awful

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by