refcoco_rlee / dataset_info.json
err805's picture
Upload validation split mirrored from moondream/refcoco_rle
1894235 verified
{
"features": [
{
"name": "image",
"dtype": "image"
},
{
"name": "file_name",
"dtype": "string"
},
{
"name": "image_meta",
"struct": [
{
"name": "image_id",
"dtype": "int64"
},
{
"name": "width",
"dtype": "int32"
},
{
"name": "height",
"dtype": "int32"
}
]
},
{
"name": "samples",
"list": [
{
"name": "id",
"dtype": "int64"
},
{
"name": "image_id",
"dtype": "int64"
},
{
"name": "category_id",
"dtype": "int32"
},
{
"name": "category",
"dtype": "string"
},
{
"name": "supercategory",
"dtype": "string"
},
{
"name": "sentences",
"list": "string"
},
{
"name": "is_person_split",
"dtype": "bool"
},
{
"name": "label",
"dtype": "string"
},
{
"name": "area",
"dtype": "float32"
},
{
"name": "bbox",
"list": "float32"
},
{
"name": "bitmap_rle",
"struct": [
{
"name": "counts",
"dtype": "string"
},
{
"name": "size",
"list": "int32"
}
]
},
{
"name": "bitmap_rle_original",
"struct": [
{
"name": "counts",
"dtype": "string"
},
{
"name": "size",
"list": "int32"
}
]
},
{
"name": "bitmap_rle_refined",
"struct": [
{
"name": "counts",
"dtype": "string"
},
{
"name": "size",
"list": "int32"
}
]
},
{
"name": "svg",
"dtype": "string"
},
{
"name": "svg_original",
"dtype": "string"
},
{
"name": "svg_refined",
"dtype": "string"
},
{
"name": "svg_refined_paths",
"list": "string"
},
{
"name": "refinement_meta",
"struct": [
{
"name": "bbox_refined",
"list": "float32"
},
{
"name": "area_refined",
"dtype": "float32"
},
{
"name": "iou_refined_vs_original",
"dtype": "float32"
}
]
}
]
}
],
"splits": [
{
"name": "validation",
"num_bytes": 0,
"num_examples": 1500
}
]
}