CIRCO|图像检索数据集|基准测试数据集
收藏CIRCO Dataset 概述
CIRCO (Composed Image Retrieval on Common Objects in context) 是一个基于 COCO 2017 无标签数据集的开放领域基准数据集,专门用于组合图像检索(CIR)。该数据集包含1020个查询,随机分为220个验证集和800个测试集,平均每个查询有4.53个真实标签。CIRCO旨在解决现有数据集中假阴性的问题,并使用mAP@K进行性能评估。
数据集下载
注释
注释文件位于 annotations
文件夹中,每个分割的JSON文件包含相应的注释列表。每个注释包括以下字段:
reference_img_id
: 参考图像的IDtarget_img_id
: 目标图像的IDrelative_caption
: 目标图像的相对描述shared_concept
: 参考和目标图像之间的共享概念gt_img_ids
: 真实标签图像的ID列表id
: 查询的IDsemantic_aspects
: 描述查询的语义方面列表
图像
CIRCO基于COCO 2017无标签数据集的图像。用户需访问COCO网站下载图像及其相应的注释。
数据结构
下载后,数据结构应如下:
CIRCO └─── annotations | test.json | val.json └─── COCO2017_unlabeled └─── annotations | image_info_unlabeled2017.json └─── unlabeled2017 | 000000243611.jpg | 000000535009.jpg | 000000097553.jpg | ...
测试评估服务器
CIRCO测试集的真实标签不公开,而是通过评估服务器进行模型评估。服务器接受JSON格式的提交文件,其中键为查询ID,值为前50个检索到的图像列表。
引用
bibtex @misc{baldrati2023zeroshot, title={Zero-Shot Composed Image Retrieval with Textual Inversion}, author={Alberto Baldrati and Lorenzo Agnolucci and Marco Bertini and Alberto Del Bimbo}, year={2023}, eprint={2303.15247}, archivePrefix={arXiv}, primaryClass={cs.CV} }

UIEB, U45, LSUI
本仓库提供了水下图像增强方法和数据集的实现,包括UIEB、U45和LSUI等数据集,用于支持水下图像增强的研究和开发。
github 收录
yolo-datasets
深度学习目标检测数据集/分割数据集最全最完整的数据集集合,包含电力电气领域、航空影像输电线路与输电塔分割、电力遥感风力发电机、安全带和安全绳检测、变压器漏油故障诊断、高压输电线故障检测、光伏热红外缺陷、风电光伏功率数据、变电站火灾、输电线路语义分割、配网缺陷检测、变电站设备目标检测、太阳能光伏电池板缺陷、pcb电路板检测、绝缘体检测、输电线路防震锤缺陷、电线冰雪覆盖、电力工程电网施工现场安全作业、螺丝识别检测、变电站电力设备的可见光和红外图像、无人机航拍输电线路悬垂线夹、电线线路表面损害、氧化锌避雷器破损识别、热斑光伏发电系统红外热图像等多个领域的数据集。
github 收录
Drone-detection-dataset
包含红外、可见光和音频数据的数据集,用于训练和评估无人机检测传感器和系统。数据集包含90个音频片段和650个视频(365个红外和285个可见光),如果从所有视频中提取所有图像,数据集共有203328个带标注的图像。
github 收录
N-Caltech 101 (Neuromorphic-Caltech101)
The Neuromorphic-Caltech101 (N-Caltech101) dataset is a spiking version of the original frame-based Caltech101 dataset. The original dataset contained both a "Faces" and "Faces Easy" class, with each consisting of different versions of the same images. The "Faces" class has been removed from N-Caltech101 to avoid confusion, leaving 100 object classes plus a background class. The N-Caltech101 dataset was captured by mounting the ATIS sensor on a motorized pan-tilt unit and having the sensor move while it views Caltech101 examples on an LCD monitor as shown in the video below. A full description of the dataset and how it was created can be found in the paper below. Please cite this paper if you make use of the dataset.
Papers with Code 收录
Historical Data Breaches Archive
这个仓库包含了一个全面且不断增长的历史数据泄露集合。所有存储在这里的数据泄露都是公开可用的,可以自由下载用于研究、分析或教育目的。
github 收录