pouya-haghi/MSCOCO-1k
收藏官方服务:
资源简介:
--- dataset_info: features: - name: image dtype: image - name: filepath dtype: string - name: sentids list: int32 - name: filename dtype: string - name: imgid dtype: int32 - name: split dtype: string - name: sentences struct: - name: tokens list: string - name: raw dtype: string - name: imgid dtype: int32 - name: sentid dtype: int32 - name: cocoid dtype: int32 splits: - name: test num_bytes: 169158987.72768652 num_examples: 1024 download_size: 167657377 dataset_size: 169158987.72768652 configs: - config_name: default data_files: - split: test path: data/test-* ---
提供机构:
pouya-haghi原始信息汇总
数据集概述
数据集信息
特征
- image: 图像数据
- filepath: 字符串,文件路径
- sentids: 整数列表
- filename: 字符串,文件名
- imgid: 整数,图像ID
- split: 字符串,数据集划分
- sentences: 结构体,包含以下字段:
- tokens: 字符串列表
- raw: 字符串,原始文本
- imgid: 整数,图像ID
- sentid: 整数,句子ID
- cocoid: 整数,COCO图像ID
数据集划分
- test:
- 字节数: 169158987.72768652
- 样本数: 1024
数据集大小
- 下载大小: 167657377
- 数据集大小: 169158987.72768652
配置
- default:
- 数据文件路径:
data/test-*
- 数据文件路径:



