jxu124/refcoco-benchmark
收藏资源简介:
--- configs: - config_name: default data_files: - split: refcoco_unc_val path: data/refcoco_unc_val-* - split: refcoco_unc_testA path: data/refcoco_unc_testA-* - split: refcoco_unc_testB path: data/refcoco_unc_testB-* - split: refcoco_google_val path: data/refcoco_google_val-* - split: refcoco_google_test path: data/refcoco_google_test-* - split: refcocog_umd_val path: data/refcocog_umd_val-* - split: refcocog_umd_test path: data/refcocog_umd_test-* - split: refcocog_google_val path: data/refcocog_google_val-* - split: refcoco_plus_unc_val path: data/refcoco_plus_unc_val-* - split: refcoco_plus_unc_testA path: data/refcoco_plus_unc_testA-* - split: refcoco_plus_unc_testB path: data/refcoco_plus_unc_testB-* dataset_info: features: - name: ref_list list: - name: ann_info struct: - name: area dtype: float64 - name: bbox sequence: float64 - name: category_id dtype: int64 - name: id dtype: int64 - name: image_id dtype: int64 - name: iscrowd dtype: int64 - name: segmentation sequence: sequence: float64 - name: ref_info struct: - name: ann_id dtype: int64 - name: category_id dtype: int64 - name: file_name dtype: string - name: image_id dtype: int64 - name: ref_id dtype: int64 - name: sent_ids sequence: int64 - name: sentences list: - name: raw dtype: string - name: sent dtype: string - name: sent_id dtype: int64 - name: tokens sequence: string - name: split dtype: string - name: image_info struct: - name: coco_url dtype: string - name: date_captured dtype: string - name: file_name dtype: string - name: flickr_url dtype: string - name: height dtype: int64 - name: id dtype: int64 - name: license dtype: int64 - name: width dtype: int64 - name: image dtype: image splits: - name: refcoco_unc_val num_bytes: 264438667.5 num_examples: 1500 - name: refcoco_unc_testA num_bytes: 129028843.0 num_examples: 750 - name: refcoco_unc_testB num_bytes: 133102482.0 num_examples: 750 - name: refcoco_google_val num_bytes: 814855470.214 num_examples: 4559 - name: refcoco_google_test num_bytes: 800980159.978 num_examples: 4527 - name: refcocog_umd_val num_bytes: 220021282.2 num_examples: 1300 - name: refcocog_umd_test num_bytes: 442746080.0 num_examples: 2600 - name: refcocog_google_val num_bytes: 800691386.6 num_examples: 4650 - name: refcoco_plus_unc_val num_bytes: 264451297.5 num_examples: 1500 - name: refcoco_plus_unc_testA num_bytes: 129035632.0 num_examples: 750 - name: refcoco_plus_unc_testB num_bytes: 133095545.0 num_examples: 750 download_size: 4072689321 dataset_size: 4132446845.9919996 --- # Dataset Card for "refcoco-benchmark" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
配置项: - 配置名称:default 数据文件: - 拆分集:refcoco_unc_val,路径:data/refcoco_unc_val-* - 拆分集:refcoco_unc_testA,路径:data/refcoco_unc_testA-* - 拆分集:refcoco_unc_testB,路径:data/refcoco_unc_testB-* - 拆分集:refcoco_google_val,路径:data/refcoco_google_val-* - 拆分集:refcoco_google_test,路径:data/refcoco_google_test-* - 拆分集:refcocog_umd_val,路径:data/refcocog_umd_val-* - 拆分集:refcocog_umd_test,路径:data/refcocog_umd_test-* - 拆分集:refcocog_google_val,路径:data/refcocog_google_val-* - 拆分集:refcoco_plus_unc_val,路径:data/refcoco_plus_unc_val-* - 拆分集:refcoco_plus_unc_testA,路径:data/refcoco_plus_unc_testA-* - 拆分集:refcoco_plus_unc_testB,路径:data/refcoco_plus_unc_testB-* 数据集信息: 特征字段: - 字段名:ref_list,为列表类型,其元素为结构体: - 字段名:ann_info,结构体: - 字段名:area,数据类型:64位浮点数(float64) - 字段名:bbox(边界框,bounding box),为64位浮点数序列 - 字段名:category_id,数据类型:64位整数(int64) - 字段名:id,数据类型:64位整数(int64) - 字段名:image_id,数据类型:64位整数(int64) - 字段名:iscrowd,数据类型:64位整数(int64) - 字段名:segmentation(分割标注),为双层64位浮点数序列 - 字段名:ref_info,结构体: - 字段名:ann_id,数据类型:64位整数(int64) - 字段名:category_id,数据类型:64位整数(int64) - 字段名:file_name,数据类型:字符串(string) - 字段名:image_id,数据类型:64位整数(int64) - 字段名:ref_id,数据类型:64位整数(int64) - 字段名:sent_ids,为64位整数序列 - 字段名:sentences,为列表类型,其元素为结构体: - 字段名:raw,数据类型:字符串(string) - 字段名:sent,数据类型:字符串(string) - 字段名:sent_id,数据类型:64位整数(int64) - 字段名:tokens,为字符串序列 - 字段名:split,数据类型:字符串(string) - 字段名:image_info,结构体: - 字段名:coco_url,数据类型:字符串(string) - 字段名:date_captured,数据类型:字符串(string) - 字段名:file_name,数据类型:字符串(string) - 字段名:flickr_url,数据类型:字符串(string) - 字段名:height,数据类型:64位整数(int64) - 字段名:id,数据类型:64位整数(int64) - 字段名:license,数据类型:64位整数(int64) - 字段名:width,数据类型:64位整数(int64) - 字段名:image,数据类型:图像(image) 数据集拆分: - 拆分集名称:refcoco_unc_val,字节数:264438667.5,样本数量:1500 - 拆分集名称:refcoco_unc_testA,字节数:129028843.0,样本数量:750 - 拆分集名称:refcoco_unc_testB,字节数:133102482.0,样本数量:750 - 拆分集名称:refcoco_google_val,字节数:814855470.214,样本数量:4559 - 拆分集名称:refcoco_google_test,字节数:800980159.978,样本数量:4527 - 拆分集名称:refcocog_umd_val,字节数:220021282.2,样本数量:1300 - 拆分集名称:refcocog_umd_test,字节数:442746080.0,样本数量:2600 - 拆分集名称:refcocog_google_val,字节数:800691386.6,样本数量:4650 - 拆分集名称:refcoco_plus_unc_val,字节数:264451297.5,样本数量:1500 - 拆分集名称:refcoco_plus_unc_testA,字节数:129035632.0,样本数量:750 - 拆分集名称:refcoco_plus_unc_testB,字节数:133095545.0,样本数量:750 下载总大小:4072689321 数据集总大小:4132446845.9919996 --- # 「refcoco-benchmark」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集配置
- 默认配置:包含多个数据文件,分为不同的分割(split),路径格式为
data/refcoco_*。
数据集信息
- 特征:
- ref_list:包含多个子结构,如
ann_info和ref_info,每个子结构包含多个字段,如area、bbox、category_id等。 - image_info:包含图像相关信息,如
coco_url、date_captured、file_name等。 - image:图像数据类型。
- ref_list:包含多个子结构,如
数据集分割
- refcoco_unc_val:1500个样本,264438667.5字节。
- refcoco_unc_testA:750个样本,129028843.0字节。
- refcoco_unc_testB:750个样本,133102482.0字节。
- refcoco_google_val:4559个样本,814855470.214字节。
- refcoco_google_test:4527个样本,800980159.978字节。
- refcocog_umd_val:1300个样本,220021282.2字节。
- refcocog_umd_test:2600个样本,442746080.0字节。
- refcocog_google_val:4650个样本,800691386.6字节。
- refcoco_plus_unc_val:1500个样本,264451297.5字节。
- refcoco_plus_unc_testA:750个样本,129035632.0字节。
- refcoco_plus_unc_testB:750个样本,133095545.0字节。
数据集大小
- 下载大小:4072689321字节。
- 数据集大小:4132446845.9919996字节。




