GQA-Scene-Graph
收藏资源简介:
GQA-35k数据集是一个包含35000个样本的大规模视觉问答数据集,由FiftyOne平台提供。该数据集主要用于目标检测任务,每个图像都附有详细的场景图注释,描述图像中的对象、属性和关系。场景图基于Visual Genome的清洁版本,每个图像的场景图以字典形式提供,包含图像元数据、对象字典(每个对象ID映射到其名称、边界框坐标、属性和关系)以及关系(以三元组形式表示谓词和目标对象ID)。数据集由Drew Hudson和Christopher Manning精心策划,语言为英语,许可证为CC BY 4.0。
The GQA-35k dataset is a large-scale visual question answering (VQA) dataset containing 35,000 samples, provided by the FiftyOne platform. This dataset is primarily utilized for object detection tasks. Each image is accompanied by detailed scene graph annotations that describe the objects, attributes and relationships within the image. The scene graphs are based on the cleaned version of Visual Genome. The scene graph for each image is provided in dictionary format, including image metadata, an object dictionary where each object ID maps to its name, bounding box coordinates, attributes and relationships, as well as relationship triples represented by predicates and target object IDs. The dataset was meticulously curated by Drew Hudson and Christopher Manning, is available in English, and is licensed under CC BY 4.0.
GQA-35k 数据集概述
基本信息
- 数据集名称: GQA-35k
- 样本数量: 35000
- 语言: 英语
- 任务类别: 目标检测
- 标签: fiftyone, image, object-detection
数据集描述
GQA-35k 是一个包含35000个样本的 FiftyOne 数据集。该数据集是 GQA (Visual Reasoning in the Real World) 数据集的一个子集,仅包含场景图注释,不包含问题。
场景图注释
- 每个图像都关联一个详细的场景图,描述图像中的对象、属性和关系。
- 场景图基于 Visual Genome 场景图的清洁版本。
- 每个图像的场景图以字典形式提供,包含:
- 图像元数据,如宽度、高度、位置、天气
- 对象字典,映射每个对象ID到其名称、边界框坐标、属性和关系
- 关系以三元组形式表示,指定谓词(如 "holding", "on", "left of")和目标对象ID
数据集结构
| 字段 | 类型 | 描述 |
|---|---|---|
| location | str | 可选。图像的位置,例如厨房、海滩。 |
| weather | str | 可选。图像中的天气,例如晴天、多云。 |
| objects | dict | 从对象ID到对象的字典。 |
| object | dict | 图像中的视觉元素(节点)。 |
| name | str | 对象的名称,例如人、苹果或天空。 |
| x | int | 对象边界框的水平位置(左上角)。 |
| y | int | 对象边界框的垂直位置(左上角)。 |
| w | int | 对象边界框的宽度(像素)。 |
| h | int | 对象边界框的高度(像素)。 |
| attributes | [str] | 对象的所有属性列表,例如蓝色、小、跑步。 |
| relations | [dict] | 从对象发出的所有传出关系(边)的列表。 |
| relation | dict | 表示源对象和目标对象之间关系的三元组。 |
引用
bibtex @article{Hudson_2019, title={GQA: A New Dataset for Real-World Visual Reasoning and Compositional Question Answering}, ISBN={9781728132938}, url={http://dx.doi.org/10.1109/CVPR.2019.00686}, DOI={10.1109/cvpr.2019.00686}, journal={2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, publisher={IEEE}, author={Hudson, Drew A. and Manning, Christopher D.}, year={2019}, month={Jun} }




