visuel_génome

Les références:

région_descriptions_v1.0.0

Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :

ds = tfds.load('huggingface:visual_genome/region_descriptions_v1.0.0')
  • Description :
Visual Genome enable to model objects and relationships between objects.
They collect dense annotations of objects, attributes, and relationships within each image.
Specifically, the dataset contains over 108K images where each image has an average of 35 objects, 26 attributes, and 21 pairwise relationships between objects.
  • Licence : Creative Commons Attribution 4.0 Licence Internationale
  • Version : 1.0.0
  • Divisions :
Diviser Exemples
'train' 108077
  • Caractéristiques :
{
    "image": {
        "decode": true,
        "id": null,
        "_type": "Image"
    },
    "image_id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "width": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "height": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "coco_id": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "flickr_id": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "regions": [
        {
            "region_id": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "image_id": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "phrase": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "x": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "y": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "width": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "height": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        }
    ]
}