passer

Références:

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

ds = tfds.load('huggingface:pass')
  • Descriptif :
PASS (Pictures without humAns for Self-Supervision) is a large-scale dataset of 1,440,191 images that does not include any humans
and which can be used for high-quality pretraining while significantly reducing privacy concerns.
The PASS images are sourced from the YFCC-100M dataset.
  • Licence : Creative Commons Attribution 4.0 International
  • Version : 1.0.0
  • Fractionnements :
Diviser Exemples
'train' 1439719
  • Caractéristiques :
{
    "image": {
        "id": null,
        "_type": "Image"
    },
    "creator_username": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "hash": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "gps_latitude": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    },
    "gps_longitude": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    },
    "date_taken": {
        "dtype": "timestamp[us]",
        "id": null,
        "_type": "Value"
    }
}