基于sift相似度的图聚类

问题描述

你好,我想根据 sift-similarity score 进行聚类 我是这样计算相似度的

const results = await dbConnection.queryRunner.manager.query(
  `select * from cars where id = $1`,[1]
);

// this is not valid TypeORM,but it conveys the idea
const car = new Car(results[0]);

我以这种方式制作数据框 [photo_id、photo_id、筛选相似度] 这是我的问题, 我如何基于 sift 相似度实现图聚类? 我发现 networkx 是制作图形的通用方法。 但我不知道该怎么做。 以及如何使用图形对这些照片进行聚类?

感谢阅读和帮助

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)