harpreetsahota/GQA-Scene-Graph
收藏Hugging Face2024-07-05 更新2024-07-06 收录
下载链接:
https://hf-mirror.com/datasets/harpreetsahota/GQA-Scene-Graph
下载链接
链接失效反馈官方服务:
资源简介:
GQA-35k是一个包含35000个样本的FiftyOne数据集,主要用于目标检测任务。数据集的语言为英语。文件中提供了如何安装FiftyOne库以及如何加载和使用数据集的代码示例。
GQA-35k is a FiftyOne dataset with 35000 samples, primarily used for object detection tasks. The dataset is in English. The file provides instructions on how to install the FiftyOne library and code examples on how to load and use the dataset.
提供机构:
harpreetsahota
原始信息汇总
GQA-35k 数据集概述
基本信息
- 数据集名称: GQA-35k
- 样本数量: 35000
- 语言: 英语 (en)
- 任务类别: 目标检测 (object-detection)
- 标签: fiftyone, image, object-detection
数据集描述
GQA-35k 是一个包含35000个样本的 FiftyOne 数据集。
安装与使用
安装 FiftyOne
bash pip install -U fiftyone
使用示例
python import fiftyone as fo import fiftyone.utils.huggingface as fouh
加载数据集
dataset = fouh.load_from_hub("harpreetsahota/GQA-Scene-Graph")
启动应用
session = fo.launch_app(dataset)



