Similar image grouping in dataset

2 ビュー (過去 30 日間)
Ali Burak Gul
Ali Burak Gul 2021 年 2 月 7 日
コメント済み: Dinesh mudaliar 2024 年 6 月 5 日
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.

回答 (2 件)

yanqi liu
yanqi liu 2021 年 2 月 8 日
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 2021 年 2 月 21 日
You can refer this video--
Hope this will be helpful.
  1 件のコメント
Dinesh mudaliar
Dinesh mudaliar 2024 年 6 月 5 日
the audio is awful

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWavelet Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by