Skip to content

用于深度哈希图像检索和深度哈希跨模态检索的性能评估算法的计算脚本

Notifications You must be signed in to change notification settings

Mahiro2211/Eval_Image_Retrieval_and_Cross_Modal_Retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfe3f27 · Oct 30, 2024

History

28 Commits
Sep 14, 2023
Sep 14, 2023
Jan 19, 2024
Mar 6, 2024
Jan 19, 2024
Oct 30, 2024
Jan 19, 2024

Repository files navigation

用于深度哈希图像检索和深度哈希跨模态检索的性能评估算法的计算脚本

MAT文件命名的key命名规则

使用scipy库的savemat方法来保存mat文件,以下是两个模态的命名键值命名方式

单模态

图片

跨模态

图片

A script on eval Image Retrieval Model

  • [2023-11-30]-automatic script dealing with the CSV file will be released
  • [2023-11-25]-fix the bug in saving result for csv file in PH@2 computing and fix the top @ K list index

一个简单的自动脚本

一个用于评估图像检索模型性能的算法总结

  • PH@2 基于汉明半径的检索系统的精确率
  • TopK-Precison 计算前K精确度
  • TopK-Recall 计算前K召回率
  • PRcurve 计算精确度-召回率曲线
  • NDCG 评估检索的顺序性能

RUN

python run.py --arg's parameter

文件结构和效果展示

2023-09-14 20-04-41 的屏幕截图

About

用于深度哈希图像检索和深度哈希跨模态检索的性能评估算法的计算脚本

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages